Uses of Enum Class
io.quarkus.oidc.OidcTenantConfig.Roles.Source
Packages that use OidcTenantConfig.Roles.Source
-
Uses of OidcTenantConfig.Roles.Source in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.Roles.SourceModifier and TypeFieldDescriptionOidcTenantConfig.Roles.sourceDeprecated, for removal: This API element is subject to removal in a future version.Source of the principal roles.Methods in io.quarkus.oidc 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 that return types with arguments of type OidcTenantConfig.Roles.SourceModifier and TypeMethodDescriptionOidcTenantConfig.Roles.getSource()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.Roles.SourceModifier and TypeMethodDescriptionvoidOidcTenantConfig.Roles.setSource(OidcTenantConfig.Roles.Source source) Deprecated, for removal: This API element is subject to removal in a future version.