Uses of Interface
io.helidon.security.spi.SecurityProviderService
-
Packages that use SecurityProviderService Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.providers.abac Attribute based access control (ABAC) security provider.io.helidon.security.providers.google.login Integration with Google login button.io.helidon.security.providers.header Provider that can extract username from a (any) header.io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support.io.helidon.security.providers.httpsign Provider supporting validation of incoming signatures and signing of outbound requests.io.helidon.security.providers.jwt Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create new ones) for outbound calls.io.helidon.security.providers.oidc Integration with Open ID Connect providers. -
-
Uses of SecurityProviderService in io.helidon.microprofile.jwt.auth
Classes in io.helidon.microprofile.jwt.auth that implement SecurityProviderService Modifier and Type Class Description class
JwtAuthProviderService
ServiceLoader
service to loadJwtAuthProvider
. -
Uses of SecurityProviderService in io.helidon.security.providers.abac
Classes in io.helidon.security.providers.abac that implement SecurityProviderService Modifier and Type Class Description class
AbacProviderService
A java service to register this provider withSecurity
. -
Uses of SecurityProviderService in io.helidon.security.providers.google.login
Classes in io.helidon.security.providers.google.login that implement SecurityProviderService Modifier and Type Class Description class
GoogleTokenService
Java service (SecurityProviderService
) for google token provider. -
Uses of SecurityProviderService in io.helidon.security.providers.header
Classes in io.helidon.security.providers.header that implement SecurityProviderService Modifier and Type Class Description class
HeaderAtnService
Service forHeaderAtnProvider
to auto-configure it withSecurity
. -
Uses of SecurityProviderService in io.helidon.security.providers.httpauth
Classes in io.helidon.security.providers.httpauth that implement SecurityProviderService Modifier and Type Class Description class
HttpBasicAuthService
Basic authentication service.class
HttpDigestAuthService
Digest authentication service. -
Uses of SecurityProviderService in io.helidon.security.providers.httpsign
Classes in io.helidon.security.providers.httpsign that implement SecurityProviderService Modifier and Type Class Description class
HttpSignService
Implementation ofSecurityProviderService
to enable automatic loading of this provider from configuration. -
Uses of SecurityProviderService in io.helidon.security.providers.jwt
Classes in io.helidon.security.providers.jwt that implement SecurityProviderService Modifier and Type Class Description class
JwtProviderService
Service forJwtProvider
to auto-configure it withSecurity
. -
Uses of SecurityProviderService in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement SecurityProviderService Modifier and Type Class Description class
OidcProviderService
Java service to create OIDC provider instance.
-