Class AbstractScopeModel<E extends AbstractEntity>
- java.lang.Object
-
- org.keycloak.authorization.model.AbstractAuthorizationModel
-
- org.keycloak.models.map.authorization.adapter.AbstractScopeModel<E>
-
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
MapScopeAdapter
public abstract class AbstractScopeModel<E extends AbstractEntity> extends AbstractAuthorizationModel implements Scope
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.authorization.model.Scope
Scope.FilterOption, Scope.SearchableFields
-
-
Field Summary
Fields Modifier and Type Field Description protected E
entity
-
Fields inherited from class org.keycloak.authorization.model.AbstractAuthorizationModel
storeFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractScopeModel(E entity, StoreFactory storeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.keycloak.authorization.model.AbstractAuthorizationModel
throwExceptionIfReadonly
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.authorization.model.Scope
getDisplayName, getIconUri, getId, getName, getResourceServer, setDisplayName, setIconUri, setName
-
-
-
-
Field Detail
-
entity
protected final E extends AbstractEntity entity
-
-
Constructor Detail
-
AbstractScopeModel
public AbstractScopeModel(E entity, StoreFactory storeFactory)
-
-