Class MapScopeAdapter
java.lang.Object
org.keycloak.authorization.model.AbstractAuthorizationModel
org.keycloak.models.map.authorization.adapter.AbstractScopeModel<MapScopeEntity>
org.keycloak.models.map.authorization.adapter.MapScopeAdapter
- All Implemented Interfaces:
Scope
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.authorization.model.Scope
Scope.FilterOption, Scope.SearchableFields -
Field Summary
Fields inherited from class org.keycloak.models.map.authorization.adapter.AbstractScopeModel
entityFields inherited from class org.keycloak.authorization.model.AbstractAuthorizationModel
storeFactory -
Constructor Summary
ConstructorsConstructorDescriptionMapScopeAdapter(RealmModel realm, ResourceServer resourceServer, MapScopeEntity entity, StoreFactory storeFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetDisplayName(String name) voidsetIconUri(String iconUri) voidtoString()Methods inherited from class org.keycloak.models.map.authorization.adapter.AbstractScopeModel
equals, hashCodeMethods inherited from class org.keycloak.authorization.model.AbstractAuthorizationModel
throwExceptionIfReadonly
-
Constructor Details
-
MapScopeAdapter
public MapScopeAdapter(RealmModel realm, ResourceServer resourceServer, MapScopeEntity entity, StoreFactory storeFactory)
-
-
Method Details