Uses of Class
org.keycloak.models.map.authorization.entity.MapScopeEntityFields
-
Packages that use MapScopeEntityFields Package Description org.keycloak.models.map.authorization.entity -
-
Uses of MapScopeEntityFields in org.keycloak.models.map.authorization.entity
Methods in org.keycloak.models.map.authorization.entity that return MapScopeEntityFields Modifier and Type Method Description static MapScopeEntityFields
MapScopeEntityFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static MapScopeEntityFields[]
MapScopeEntityFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-