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

    • SecurityResponse

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

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

    • getStatus

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

      public String getMessage()
    • success

      public static SecurityResponse success()