Class AbstractResourceServerModel<E extends AbstractEntity>
- java.lang.Object
- 
- org.keycloak.authorization.model.AbstractAuthorizationModel
- 
- org.keycloak.models.map.authorization.adapter.AbstractResourceServerModel<E>
 
 
- 
- All Implemented Interfaces:
- ResourceServer
 - Direct Known Subclasses:
- MapResourceServerAdapter
 
 public abstract class AbstractResourceServerModel<E extends AbstractEntity> extends AbstractAuthorizationModel implements ResourceServer 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.authorization.model.ResourceServerResourceServer.SearchableFields
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected Eentity- 
Fields inherited from class org.keycloak.authorization.model.AbstractAuthorizationModelstoreFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractResourceServerModel(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.ResourceServergetClientId, getDecisionStrategy, getId, getPolicyEnforcementMode, getRealm, isAllowRemoteResourceManagement, setAllowRemoteResourceManagement, setDecisionStrategy, setPolicyEnforcementMode
 
- 
 
- 
- 
- 
Field Detail- 
entityprotected final E extends AbstractEntity entity 
 
- 
 - 
Constructor Detail- 
AbstractResourceServerModelpublic AbstractResourceServerModel(E entity, StoreFactory storeFactory) 
 
- 
 
-