Package org.keycloak.models
Interface GroupModel.Streams
- 
- All Superinterfaces:
- GroupModel,- RoleMapperModel
 - Enclosing interface:
- GroupModel
 
 @Deprecated public static interface GroupModel.Streams extends GroupModel, RoleMapperModel Deprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.GroupModelGroupModel.GroupPathChangeEvent, GroupModel.GroupRemovedEvent, GroupModel.SearchableFields, GroupModel.Streams
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.RoleMapperModelRoleMapperModel.Streams
 
- 
 - 
Field Summary- 
Fields inherited from interface org.keycloak.models.GroupModelCOMPARE_BY_NAME
 
- 
 - 
Method Summary- 
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
 
- 
 
-