|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
com.sas.hls.security.group | Service and class definitions for manipulating and creating groups. |
Uses of Group in com.sas.hls.security.group |
---|
Methods in com.sas.hls.security.group that return Group | |
---|---|
Group |
GroupService.createGroup(GroupContext groupContext,
String groupName,
String groupDescription,
Set<Principal> members)
Create a new group. |
Group |
GroupService.getGroup(GroupDescriptor groupDescriptor)
Get the client representation of a group given its descriptor. |
Group |
GroupService.getGroupByIdentifier(String identifier)
Get the client representation of a group given its identifier. |
Group |
GroupService.getGroupByName(GroupContext groupContext,
String name)
Get the client representation of a group given its name and context. |
Group |
GroupService.updateGroup(Group group)
Update the definition of an existing group. |
Methods in com.sas.hls.security.group that return types with arguments of type Group | |
---|---|
Set<Group> |
GroupService.getGroups(GroupContext groupContext)
Get all the groups defined in a given context |
Set<Group> |
GroupService.getGroupsByIdentifiers(Set<String> identifiers)
Get all the groups specified by the list of identifiers |
Methods in com.sas.hls.security.group with parameters of type Group | |
---|---|
Group |
GroupService.updateGroup(Group group)
Update the definition of an existing group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |