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
  • Constructor Details

    • SecurityResponse

      public SecurityResponse(org.springframework.http.HttpStatus status)
    • SecurityResponse

      public SecurityResponse(org.springframework.http.HttpStatus status, @Nullable String message)
  • Method Details

    • getStatus

      public org.springframework.http.HttpStatus getStatus()
    • getMessage

      public @Nullable String getMessage()
    • success

      public static SecurityResponse success()