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 classOciVaultSecurityServiceDeprecated.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 classCubbyholeSecurityServiceService 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 classKv1SecurityServiceService 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 classKv2SecurityServiceService 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 classTransitSecurityServiceService provider forSecurityProviderServicefor 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 classJwtAuthProviderServiceServiceLoaderservice 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 classAbacProviderServiceA 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 classConfigVaultProviderServiceJava Service Loader implementation of aSecurityprovider 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 classGoogleTokenServiceJava 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 classHeaderAtnServiceService forHeaderAtnProviderto 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 classHttpBasicAuthServiceBasic authentication service.classHttpDigestAuthServiceDigest 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 classHttpSignServiceImplementation ofSecurityProviderServiceto 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 classIdcsRoleMapperProviderServiceService 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 classJwtProviderServiceService forJwtProviderto 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 classOidcProviderServiceJava service to create OIDC provider instance.
-