Uses of Class
io.quarkus.oidc.OidcTenantConfig.Roles.Source
-
Packages that use OidcTenantConfig.Roles.Source Package Description io.quarkus.oidc -
-
Uses of OidcTenantConfig.Roles.Source in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.Roles.Source Modifier and Type Field Description Optional<OidcTenantConfig.Roles.Source>OidcTenantConfig.Roles. sourceSource of the principal roles.Methods in io.quarkus.oidc that return OidcTenantConfig.Roles.Source Modifier and Type Method Description static OidcTenantConfig.Roles.SourceOidcTenantConfig.Roles.Source. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcTenantConfig.Roles.Source[]OidcTenantConfig.Roles.Source. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.Roles.Source Modifier and Type Method Description Optional<OidcTenantConfig.Roles.Source>OidcTenantConfig.Roles. getSource()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.Roles.Source Modifier and Type Method Description voidOidcTenantConfig.Roles. setSource(OidcTenantConfig.Roles.Source source)
-