Class AbstractResourceModel<E extends AbstractEntity>
- java.lang.Object
- 
- org.keycloak.authorization.model.AbstractAuthorizationModel
- 
- org.keycloak.models.map.authorization.adapter.AbstractResourceModel<E>
 
 
- 
- All Implemented Interfaces:
- Resource
 - Direct Known Subclasses:
- MapResourceAdapter
 
 public abstract class AbstractResourceModel<E extends AbstractEntity> extends AbstractAuthorizationModel implements Resource 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.authorization.model.ResourceResource.FilterOption, Resource.SearchableFields
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected Eentity- 
Fields inherited from class org.keycloak.authorization.model.AbstractAuthorizationModelstoreFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractResourceModel(E entity, StoreFactory storeFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()- 
Methods inherited from class org.keycloak.authorization.model.AbstractAuthorizationModelthrowExceptionIfReadonly
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authorization.model.ResourcegetAttribute, getAttributes, getDisplayName, getIconUri, getId, getName, getOwner, getResourceServer, getScopes, getSingleAttribute, getType, getUris, isOwnerManagedAccess, removeAttribute, setAttribute, setDisplayName, setIconUri, setName, setOwnerManagedAccess, setType, updateScopes, updateUris
 
- 
 
- 
- 
- 
Field Detail- 
entityprotected final E extends AbstractEntity entity 
 
- 
 - 
Constructor Detail- 
AbstractResourceModelpublic AbstractResourceModel(E entity, StoreFactory storeFactory) 
 
- 
 
-