Uses of Interface
io.helidon.security.spi.SecurityProviderService
Packages that use 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
Classes in io.helidon.integrations.vault.secrets.cubbyhole that implement SecurityProviderServiceModifier and TypeClassDescriptionclass
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 SecurityProviderServiceModifier and TypeClassDescriptionclass
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 SecurityProviderServiceModifier and TypeClassDescriptionclass
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 SecurityProviderServiceModifier and TypeClassDescriptionclass
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 -
Uses of SecurityProviderService in io.helidon.security.providers.abac
Classes in io.helidon.security.providers.abac that implement SecurityProviderService -
Uses of SecurityProviderService in io.helidon.security.providers.config.vault
Classes in io.helidon.security.providers.config.vault that implement SecurityProviderServiceModifier and TypeClassDescriptionclass
Java Service Loader implementation of aSecurityProviderService
provider service. -
Uses of SecurityProviderService in io.helidon.security.providers.google.login
Classes in io.helidon.security.providers.google.login that implement SecurityProviderServiceModifier and TypeClassDescriptionclass
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 SecurityProviderServiceModifier and TypeClassDescriptionclass
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 SecurityProviderServiceModifier and TypeClassDescriptionclass
Basic authentication service.class
Digest authentication service. -
Uses of SecurityProviderService in io.helidon.security.providers.httpsign
Classes in io.helidon.security.providers.httpsign that implement SecurityProviderServiceModifier and TypeClassDescriptionclass
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 -
Uses of SecurityProviderService in io.helidon.security.providers.jwt
Classes in io.helidon.security.providers.jwt that implement SecurityProviderServiceModifier and TypeClassDescriptionclass
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 SecurityProviderServiceModifier and TypeClassDescriptionclass
Java service to create OIDC provider instance.