|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.group.GroupDescriptor
com.sas.hls.security.group.Group
public class Group
Group is a collection of principals (users or other groups) and may be identified by a
name and context. A Group is associated with and scoped to a context where it is defined.
Group contexts are objects that are implement the GroupContext interface. See
GroupContext
. Examples of group contexts are Organization, Project and Analysis.
Constructor Summary | |
---|---|
Group(ObjectIdentity groupContext,
String name,
String identifier,
String principalId,
String principalName,
String description,
Set<Principal> members)
Constructor |
|
Group(ObjectIdentity groupContext,
String name,
String identifier,
String principalId,
String principalName,
String description,
Set<Principal> members,
long revision)
Constructor |
Method Summary | |
---|---|
Set<Principal> |
getMembers()
Get the members of this group. |
void |
setMembers(Set<Principal> members)
Set the members of this group. |
Methods inherited from class com.sas.hls.security.group.GroupDescriptor |
---|
equals, getDescription, getGroupContext, getIdentifier, getName, getObjectType, getPrincipalId, getPrincipalName, getRevision, hashCode, setDescription, setIdentifier, setName, setObjectType, setRevision |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Group(ObjectIdentity groupContext, String name, String identifier, String principalId, String principalName, String description, Set<Principal> members, long revision)
groupContext
- name
- identifier
- principalId
- principalName
- description
- members
- revision
- public Group(ObjectIdentity groupContext, String name, String identifier, String principalId, String principalName, String description, Set<Principal> members)
groupContext
- name
- identifier
- principalId
- principalName
- description
- members
- Method Detail |
---|
public Set<Principal> getMembers()
public void setMembers(Set<Principal> members)
members
- the members to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |