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.GroupModel
GroupModel.GroupPathChangeEvent, GroupModel.GroupRemovedEvent, GroupModel.SearchableFields, GroupModel.Streams
-
Nested classes/interfaces inherited from interface org.keycloak.models.RoleMapperModel
RoleMapperModel.Streams
-
-
Field Summary
-
Fields inherited from interface org.keycloak.models.GroupModel
COMPARE_BY_NAME
-
-
Method Summary
-
Methods inherited from interface org.keycloak.models.GroupModel
addChild, getAttributes, getAttributeStream, getFirstAttribute, getId, getName, getParent, getParentId, getSubGroupsStream, removeAttribute, removeChild, setAttribute, setName, setParent, setSingleAttribute
-
Methods inherited from interface org.keycloak.models.RoleMapperModel
deleteRoleMapping, getClientRoleMappingsStream, getRealmRoleMappingsStream, getRoleMappingsStream, grantRole, hasDirectRole, hasRole
-
-