Class SecurityResponse
java.lang.Object
io.helidon.security.SecurityResponse
- Direct Known Subclasses:
AuthenticationResponse, AuthorizationResponse, OutboundSecurityResponse
Response from security provider (and security Module).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of a security operation. -
Method Summary
Modifier and TypeMethodDescriptionDescription of current security status.Get new request headers to be used.Get new response headers to be used.status()Status of this response.Status code (uses HTTP status codes for mapping).Get underlying throwable causing a failure state (if such happened).toString()
-
Method Details
-
status
Status of this response.- Returns:
- SecurityStatus as the provider responded
-
statusCode
Status code (uses HTTP status codes for mapping).- Returns:
- HTTP status code the provider wants to use, or empty if not set
-
description
-
throwable
-
requestHeaders
-
responseHeaders
-
toString
-