Uses of Class
io.helidon.security.SecurityResponse
Packages that use SecurityResponse
Package
Description
Integration of Helidon security with Microprofile server SPI.
Security
-
Uses of SecurityResponse in io.helidon.microprofile.security.spi
Methods in io.helidon.microprofile.security.spi with parameters of type SecurityResponseModifier and TypeMethodDescriptionvoidSecurityResponseMapper.aborted(SecurityResponse securityResponse, Response.ResponseBuilder responseBuilder) Called when a security response is aborted due to a security problem (e.g. -
Uses of SecurityResponse in io.helidon.security
Classes in io.helidon.security with type parameters of type SecurityResponseModifier and TypeInterfaceDescriptioninterfaceSecurityClient<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.securityModifier and TypeClassDescriptionfinal classResponse as returned from an authentication provider.final classResponse from an authorization decision.final classResponse of outbound security provider.