Uses of Class
io.helidon.security.SecurityResponse
-
Packages that use SecurityResponse Package Description io.helidon.security Securityio.helidon.security.integration.jersey Jersey integration for security module. -
-
Uses of SecurityResponse in io.helidon.security
Classes in io.helidon.security with type parameters of type SecurityResponse Modifier and Type Interface Description interface
SecurityClient<T extends SecurityResponse>
Common methods for security clients.class
SecurityClientBuilder<T extends SecurityResponse>
Builder constructing a security client - extends theSecurityRequestBuilder
for convenience.Subclasses of SecurityResponse in io.helidon.security Modifier and Type Class Description class
AuthenticationResponse
Response as returned from an authentication provider.class
AuthorizationResponse
Response from an authorization decision.class
OutboundSecurityResponse
Response of outbound security provider. -
Uses of SecurityResponse in io.helidon.security.integration.jersey
Methods in io.helidon.security.integration.jersey with parameters of type SecurityResponse Modifier and Type Method Description void
SecurityResponseMapper. aborted(SecurityResponse securityResponse, Response.ResponseBuilder responseBuilder)
Called when a security response is aborted due to a security problem (e.g.
-