Uses of Class
io.helidon.security.SecurityResponse
-
Packages that use SecurityResponse Package Description io.helidon.security Security -
-
Uses of SecurityResponse in io.helidon.security
Classes in io.helidon.security with type parameters of type SecurityResponse Modifier and Type Interface Description interfaceSecurityClient<T extends SecurityResponse>Common methods for security clients.classSecurityClientBuilder<T extends SecurityResponse>Builder constructing a security client - extends theSecurityRequestBuilderfor convenience.Subclasses of SecurityResponse in io.helidon.security Modifier and Type Class Description classAuthenticationResponseResponse as returned from an authentication provider.classAuthorizationResponseResponse from an authorization decision.classOutboundSecurityResponseResponse of outbound security provider.
-