Uses of Package
io.helidon.security.providers.common
-
Packages that use io.helidon.security.providers.common Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.providers.common Common classes for provider implementation.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. -
Classes in io.helidon.security.providers.common used by io.helidon.microprofile.jwt.auth Class Description OutboundConfig Configuration of outbound security targets. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.common Class Description EvictableCache Generic cache with eviction support.EvictableCache.Builder Builder to create instances ofEvictableCache
using the default implementation backed by aConcurrentHashMap
.OutboundConfig Configuration of outbound security targets.OutboundConfig.Builder OutboundConfig
builder when not reading it from configuration.OutboundTarget Configuration of outbound target.OutboundTarget.Builder Fluent API builder forOutboundTarget
.TokenCredential A public credential representing an access token.TokenCredential.Builder Fluent API builder forTokenCredential
. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.google.login Class Description OutboundConfig Configuration of outbound security targets. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.header Class Description OutboundTarget Configuration of outbound target. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.httpauth Class Description OutboundTarget Configuration of outbound target. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.httpsign Class Description OutboundConfig Configuration of outbound security targets. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.idcs.mapper Class Description EvictableCache Generic cache with eviction support. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.jwt Class Description OutboundConfig Configuration of outbound security targets. -
Classes in io.helidon.security.providers.common used by io.helidon.security.providers.oidc Class Description OutboundConfig Configuration of outbound security targets.