Package io.helidon.security.providers.oidc.common
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Interface Summary Interface Description TenantConfig Tenant configuration. -
Class Summary Class Description OidcConfig Configuration of OIDC usable from all resources that utilize OIDC specification, such as security provider, web server extension and IDCS connectivity.OidcConfig.Builder A fluent APIBuilder
to build instances ofOidcConfig
.OidcCookieHandler Handler of cookies used in OIDC.Tenant Holder of the tenant configuration resolved at runtime.TenantConfig.Builder A fluent APIBuilder
to build instances ofTenantConfig
. -
Enum Summary Enum Description OidcConfig.ClientAuthentication Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint.OidcConfig.RequestType Types of requests to identity provider.