java.lang.Object
org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse

public class SecurityResponse extends Object
Response from the Cloud Foundry security interceptors.
Since:
2.0.0
Author:
Madhura Bhave
  • Constructor Details

    • SecurityResponse

      public SecurityResponse(HttpStatus status)
    • SecurityResponse

      public SecurityResponse(HttpStatus status, String message)
  • Method Details