Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.Roles.Source
Packages that use OidcTenantConfig.Roles.Source
-
Uses of OidcTenantConfig.Roles.Source in io.quarkus.oidc
Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.Roles.SourceMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.Roles.SourceModifier and TypeMethodDescriptionOidcTenantConfigBuilder.roles(OidcTenantConfig.Roles.Source source, String... roleClaimPaths) OidcTenantConfigBuilder.RolesBuilder.source(OidcTenantConfig.Roles.Source source) -
Uses of OidcTenantConfig.Roles.Source in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.Roles.SourceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OidcTenantConfig.Roles.Source[]OidcTenantConfig.Roles.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc.runtime that return types with arguments of type OidcTenantConfig.Roles.Source