Uses of Class
io.helidon.security.providers.oidc.common.OidcConfig
-
Packages that use OidcConfig Package Description io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject.io.helidon.security.providers.oidc Integration with Open ID Connect providers.io.helidon.security.providers.oidc.common Open ID Connect (OIDC) classes usable from all OIDC related components. -
-
Uses of OidcConfig in io.helidon.security.providers.idcs.mapper
Methods in io.helidon.security.providers.idcs.mapper that return OidcConfig Modifier and Type Method Description protected OidcConfig
IdcsRoleMapperProviderBase.Builder. oidcConfig()
Get the configuration to access IDCS instance.protected OidcConfig
IdcsRoleMapperProviderBase. oidcConfig()
Deprecated, for removal: This API element is subject to removal in a future version.Access toOidcConfig
so the field is not duplicated by classes that extend this provider.protected OidcConfig
IdcsRoleMapperRxProviderBase.Builder. oidcConfig()
Get the configuration to access IDCS instance.protected OidcConfig
IdcsRoleMapperRxProviderBase. oidcConfig()
Access toOidcConfig
so the field is not duplicated by classes that extend this provider.Methods in io.helidon.security.providers.idcs.mapper with parameters of type OidcConfig Modifier and Type Method Description B
IdcsRoleMapperProviderBase.Builder. oidcConfig(OidcConfig config)
Use explicitOidcConfig
instance, e.g.B
IdcsRoleMapperRxProviderBase.Builder. oidcConfig(OidcConfig config)
Use explicitOidcConfig
instance, e.g.Constructors in io.helidon.security.providers.idcs.mapper with parameters of type OidcConfig Constructor Description DefaultMultitenancyEndpoints(OidcConfig config)
Creates endpoints from provided OIDC configuration using default URIs.DefaultMultitenancyEndpoints(OidcConfig config)
Creates endpoints from provided OIDC configuration using default URIs. -
Uses of OidcConfig in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc with parameters of type OidcConfig Modifier and Type Method Description OidcSupport.Builder
OidcSupport.Builder. config(OidcConfig config)
Use the providedOidcConfig
for this builder.static OidcProvider
OidcProvider. create(OidcConfig config)
Create a new provider based on OIDC configuration.static OidcSupport
OidcSupport. create(OidcConfig oidcConfig)
Load OIDC support for webserver fromOidcConfig
instance.OidcProvider.Builder
OidcProvider.Builder. oidcConfig(OidcConfig config)
Configuration of OIDC (Open ID Connect). -
Uses of OidcConfig in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return OidcConfig Modifier and Type Method Description OidcConfig
OidcConfig.Builder. build()
static OidcConfig
OidcConfig. create(Config config)
Create a new instance fromConfig
.Methods in io.helidon.security.providers.oidc.common with parameters of type OidcConfig Modifier and Type Method Description static Tenant
Tenant. create(OidcConfig oidcConfig, TenantConfig tenantConfig)
Create new instance and resolve all the metadata related values.
-