Uses of Interface
io.helidon.security.spi.SecurityProviderService
Package
Description
Cubbyhole secret engine support for Vault.
Vault's KV1 Secrets Engine support.
Vault's Key/value version 2 Secrets Engine support.
Vault transit secrets.
Implementation of Microprofile JWT Auth specification.
Attribute based access control (ABAC) security provider.
Vault operation backed by configuration.
Integration with Google login button.
Provider that can extract username from a (any) header.
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
Provider supporting validation of incoming signatures and signing of outbound requests.
Mapper that retrieves roles from IDCS server and maps them to user subject.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Integration with Open ID Connect providers.
-
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeClassDescriptionclass
Service loader service implementation forSecurityProviderService
. -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.kv1
Modifier and TypeClassDescriptionclass
Service loader service implementation forSecurityProviderService
. -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeClassDescriptionclass
Service loader service implementation forSecurityProviderService
. -
Uses of SecurityProviderService in io.helidon.integrations.vault.secrets.transit
Modifier and TypeClassDescriptionclass
Service provider forSecurityProviderService
for transit secrets. -
Uses of SecurityProviderService in io.helidon.microprofile.jwt.auth
-
Uses of SecurityProviderService in io.helidon.security.providers.abac
-
Uses of SecurityProviderService in io.helidon.security.providers.config.vault
Modifier and TypeClassDescriptionclass
Java Service Loader implementation of aSecurityProviderService
provider service. -
Uses of SecurityProviderService in io.helidon.security.providers.google.login
Modifier and TypeClassDescriptionclass
Java service (SecurityProviderService
) for google token provider. -
Uses of SecurityProviderService in io.helidon.security.providers.header
Modifier and TypeClassDescriptionclass
Service forHeaderAtnProvider
to auto-configure it withSecurity
. -
Uses of SecurityProviderService in io.helidon.security.providers.httpauth
Modifier and TypeClassDescriptionclass
Basic authentication service.class
Digest authentication service. -
Uses of SecurityProviderService in io.helidon.security.providers.httpsign
Modifier and TypeClassDescriptionclass
Implementation ofSecurityProviderService
to enable automatic loading of this provider from configuration. -
Uses of SecurityProviderService in io.helidon.security.providers.idcs.mapper
-
Uses of SecurityProviderService in io.helidon.security.providers.jwt
Modifier and TypeClassDescriptionclass
Service forJwtProvider
to auto-configure it withSecurity
. -
Uses of SecurityProviderService in io.helidon.security.providers.oidc
Modifier and TypeClassDescriptionclass
Java service to create OIDC provider instance.