Class SecurityResponse
java.lang.Object
org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.SecurityResponse
Response from the Cloud Foundry security interceptors.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityResponse(org.springframework.http.HttpStatus status) SecurityResponse(org.springframework.http.HttpStatus status, @Nullable String message) -
Method Summary
Modifier and TypeMethodDescription@Nullable Stringorg.springframework.http.HttpStatusstatic SecurityResponsesuccess()
-
Constructor Details
-
SecurityResponse
public SecurityResponse(org.springframework.http.HttpStatus status) -
SecurityResponse
-
-
Method Details
-
getStatus
public org.springframework.http.HttpStatus getStatus() -
getMessage
-
success
-