Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.GroupNode
-
Packages that use GroupNode Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of GroupNode in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type GroupNode Modifier and Type Method Description List<GroupNode>User. getGroups()A list of groups to which the user belongs, either through direct membership, through nested groups, or dynamically calculated.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type GroupNode Modifier and Type Method Description voidUser. addGroup(GroupNode group)A list of groups to which the user belongs, either through direct membership, through nested groups, or dynamically calculated.Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type GroupNode Modifier and Type Method Description voidUser. setGroups(List<GroupNode> groups)A list of groups to which the user belongs, either through direct membership, through nested groups, or dynamically calculated.
-