Package org.keycloak.models.map.group
Class AbstractGroupModel<E extends AbstractEntity>
- java.lang.Object
- 
- org.keycloak.models.map.group.AbstractGroupModel<E>
 
- 
- All Implemented Interfaces:
- GroupModel,- RoleMapperModel
 - Direct Known Subclasses:
- MapGroupAdapter
 
 public abstract class AbstractGroupModel<E extends AbstractEntity> extends Object implements GroupModel 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.GroupModelGroupModel.GroupPathChangeEvent, GroupModel.GroupRemovedEvent, GroupModel.SearchableFields, GroupModel.Streams
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected Eentityprotected RealmModelrealmprotected KeycloakSessionsession- 
Fields inherited from interface org.keycloak.models.GroupModelCOMPARE_BY_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractGroupModel(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.GroupModeladdChild, getAttributes, getAttributeStream, getFirstAttribute, getId, getName, getParent, getParentId, getSubGroupsStream, removeAttribute, removeChild, setAttribute, setName, setParent, setSingleAttribute
 - 
Methods inherited from interface org.keycloak.models.RoleMapperModeldeleteRoleMapping, getClientRoleMappingsStream, getRealmRoleMappingsStream, getRoleMappingsStream, grantRole, hasDirectRole, hasRole
 
- 
 
- 
- 
- 
Field Detail- 
sessionprotected final KeycloakSession session 
 - 
realmprotected final RealmModel realm 
 - 
entityprotected final E extends AbstractEntity entity 
 
- 
 - 
Constructor Detail- 
AbstractGroupModelpublic AbstractGroupModel(KeycloakSession session, RealmModel realm, E entity) 
 
- 
 
-