Uses of Enum Class
org.keycloak.organization.protocol.mappers.oidc.OrganizationScope
Packages that use OrganizationScope
-
Uses of OrganizationScope in org.keycloak.organization.protocol.mappers.oidc
Methods in org.keycloak.organization.protocol.mappers.oidc that return OrganizationScopeModifier and TypeMethodDescriptionstatic OrganizationScope
Returns the enum constant of this class with the specified name.static OrganizationScope
OrganizationScope.valueOfScope
(KeycloakSession session) Returns aOrganizationScope
instance based on the scopes from theAuthenticationSessionModel
associated with the givensession
.static OrganizationScope
OrganizationScope.valueOfScope
(KeycloakSession session, 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.