|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupDescriptor | |
---|---|
com.sas.hls.security.group | Service and class definitions for manipulating and creating groups. |
Uses of GroupDescriptor in com.sas.hls.security.group |
---|
Subclasses of GroupDescriptor in com.sas.hls.security.group | |
---|---|
class |
Group
Group is a collection of principals (users or other groups) and may be identified by a name and context. |
Methods in com.sas.hls.security.group that return GroupDescriptor | |
---|---|
GroupDescriptor |
GroupService.getGroupDescriptorByIdentifier(String identifier)
Get the light-weight representation of a group given its identifier. |
Methods in com.sas.hls.security.group that return types with arguments of type GroupDescriptor | |
---|---|
Set<GroupDescriptor> |
GroupService.getAllGroupsByMember(Principal member)
Get all groups that have the specified principal as a member. |
Set<GroupDescriptor> |
GroupService.getAllReachableGroupsByMember(Principal member)
Returns a set of all reachable groups. |
Set<GroupDescriptor> |
GroupService.getGroupDescriptors(GroupContext groupContext)
Get the light-weight representation of all groups defined in a given context |
Set<GroupDescriptor> |
GroupService.getGroupDescriptorsByIdentifiers(Set<String> identifiers)
Get the light-weight representation of a group given its identifier. |
Set<GroupDescriptor> |
GroupService.getGroupsByMember(GroupContext groupContext,
Principal member)
Get all groups in a given context that have the specified principal as a member. |
Set<GroupDescriptor> |
GroupService.getReachableGroupsByMember(GroupContext groupContext,
Principal member)
Returns a set of all reachable groups in the specified context. |
Methods in com.sas.hls.security.group with parameters of type GroupDescriptor | |
---|---|
void |
GroupService.deleteGroup(GroupDescriptor groupDescriptor)
Delete a group. |
Group |
GroupService.getGroup(GroupDescriptor groupDescriptor)
Get the client representation of a group given its descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |