Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.GroupNode
-
Packages that use GroupNode Package Description de.captaingoldfish.scim.sdk.common.resources de.captaingoldfish.scim.sdk.common.resources.multicomplex -
-
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 User.UserBuilderUser.UserBuilder. groups(List<GroupNode> groups)voidUser. setGroups(List<GroupNode> groups)A list of groups to which the user belongs, either through direct membership, through nested groups, or dynamically calculated. -
Uses of GroupNode in de.captaingoldfish.scim.sdk.common.resources.multicomplex
Methods in de.captaingoldfish.scim.sdk.common.resources.multicomplex that return GroupNode Modifier and Type Method Description GroupNodeGroupNode.GroupNodeBuilder. build()
-