Package io.helidon.security.integration.jersey
Jersey integration for security module.
-
Class Summary Class Description ClientSecurityFeature Deprecated. replaced withio.helidon.security.integration.jersey.client.ClientSecurity
for constants the feature is no longer needed to configure securityClientSecurityFilter Deprecated. This class should not be used directly anyway, yet if you needed it, it is available in the newhelidon-security-integration-jersey-client
module.QueryParamHandler Handler of query parameters - extracts them and stores them in a security header, so security can access them.SecureClient.SecureClientConfig Configuration class for client security.SecurityFeature Integration of Security module with Jersey.SecurityFeature.Builder SecurityFeature
fluent API builder.SecurityFilter A filter that handles authentication and authorization. -
Annotation Types Summary Annotation Type Description SecureClient Deprecated. Use the new modulehelidon-security-integration-jersey-client
that adds security support without coding