Uses of Class
com.sas.lsaf.security.group.GroupDescriptor
Packages that use GroupDescriptor
Package
Description
Service and classes for creating and manipulating groups in the system.
-
Uses of GroupDescriptor in com.sas.lsaf.security.group
Subclasses of GroupDescriptor in com.sas.lsaf.security.groupModifier and TypeClassDescriptionclassGroup is a collection of principals (users or other groups) that are uniquely identified by a name and context.Methods in com.sas.lsaf.security.group that return GroupDescriptorModifier and TypeMethodDescriptionGroupService.getGroupDescriptorById(String groupId) Gets the lightweight representation of the group by its identifier.GroupService.getGroupDescriptorByName(String contextId, String name) Gets the lightweight representation of a group by its name and context.Methods in com.sas.lsaf.security.group that return types with arguments of type GroupDescriptorModifier and TypeMethodDescriptionGroupService.getAllGroupsByMember(Principal member) Gets all of the group descriptors that have the specified principal as a member.GroupService.getAllReachableGroupsByMember(Principal member) Gets the set of all of the reachable groups.GroupService.getGroupDescriptors(String contextId) Gets the lightweight representation of all of the groups that are defined at the context.GroupService.getGroupDescriptorsByIds(Set<String> groupIds) Gets the lightweight representations of a set of groups by their specified identifiers.GroupService.getGroupsByMember(String contextId, Principal member) Gets all of the groups in a context that have the principal as a member.GroupService.getReachableGroupsByMember(String contextId, Principal member) Gets the set of all of the reachable groups at the context.