Uses of Enum Class
org.keycloak.organization.protocol.mappers.oidc.OrganizationScope
-
Uses of OrganizationScope in org.keycloak.organization.protocol.mappers.oidc
Modifier and TypeMethodDescriptionstatic OrganizationScope
Returns the enum constant of this class with the specified name.static OrganizationScope
OrganizationScope.valueOfScope
(String rawScope) Returns aOrganizationScope
instance based on the givenrawScope
.static OrganizationScope[]
OrganizationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.