Uses of Interface
io.helidon.security.spi.SecurityProviderService
-
Packages that use SecurityProviderService Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support.io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault.io.helidon.integrations.vault.secrets.kv1 Vault's KV1 Secrets Engine support.io.helidon.integrations.vault.secrets.kv2 Vault's Key/value version 2 Secrets Engine support.io.helidon.integrations.vault.secrets.transit Vault transit secrets.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.config.vault Vault operation backed by configuration.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.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject.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.integrations.oci.vault
Classes in io.helidon.integrations.oci.vault that implement SecurityProviderService Modifier and Type Class Description class
OciVaultSecurityService
Deprecated.do not use directly -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.cubbyhole
Classes in io.helidon.integrations.vault.secrets.cubbyhole that implement SecurityProviderService Modifier and Type Class Description class
CubbyholeSecurityService
Service loader service implementation forSecurityProviderService
. -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.kv1
Classes in io.helidon.integrations.vault.secrets.kv1 that implement SecurityProviderService Modifier and Type Class Description class
Kv1SecurityService
Service loader service implementation forSecurityProviderService
. -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.kv2
Classes in io.helidon.integrations.vault.secrets.kv2 that implement SecurityProviderService Modifier and Type Class Description class
Kv2SecurityService
Service loader service implementation forSecurityProviderService
. -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.transit
Classes in io.helidon.integrations.vault.secrets.transit that implement SecurityProviderService Modifier and Type Class Description class
TransitSecurityService
Service provider forSecurityProviderService
for transit secrets. -
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.config.vault
Classes in io.helidon.security.providers.config.vault that implement SecurityProviderService Modifier and Type Class Description class
ConfigVaultProviderService
Java Service Loader implementation of aSecurity
provider service. -
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.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper that implement SecurityProviderService Modifier and Type Class Description class
IdcsRoleMapperProviderService
Service forIdcsRoleMapperRxProvider
. -
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.
-