Class SecurityResponse

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

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

    • SecurityResponse

      public SecurityResponse(HttpStatus status)
    • SecurityResponse

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