Package org.keycloak.models.map.role
Class AbstractRoleModel<E extends AbstractEntity>
- java.lang.Object
- 
- org.keycloak.models.map.role.AbstractRoleModel<E>
 
- 
- All Implemented Interfaces:
- RoleModel
 - Direct Known Subclasses:
- MapRoleAdapter
 
 public abstract class AbstractRoleModel<E extends AbstractEntity> extends Object implements RoleModel 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.RoleModelRoleModel.RoleNameChangeEvent, RoleModel.SearchableFields
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected Eentityprotected RealmModelrealmprotected KeycloakSessionsession
 - 
Constructor SummaryConstructors Constructor Description AbstractRoleModel(KeycloakSession session, RealmModel realm, E entity)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.RoleModeladdCompositeRole, getAttributes, getAttributeStream, getCompositesStream, getCompositesStream, getContainer, getContainerId, getDescription, getFirstAttribute, getId, getName, hasRole, isClientRole, isComposite, removeAttribute, removeCompositeRole, setAttribute, setDescription, setName, setSingleAttribute
 
- 
 
- 
- 
- 
Field Detail- 
sessionprotected final KeycloakSession session 
 - 
realmprotected final RealmModel realm 
 - 
entityprotected final E extends AbstractEntity entity 
 
- 
 - 
Constructor Detail- 
AbstractRoleModelpublic AbstractRoleModel(KeycloakSession session, RealmModel realm, E entity) 
 
- 
 
-