public class Group extends GroupDescriptor
GroupContext
. Examples of group contexts are Organization, Project and Analysis.Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getMembers()
Get the members of this group.
|
void |
setMembers(Set<Principal> members)
Set the members of this group.
|
equals, getDescription, getGroupContext, getIdentifier, getName, getObjectType, getPrincipalId, getPrincipalName, getRevision, hashCode, setDescription, setIdentifier, setName, setObjectType, setRevision
public Group(ObjectIdentity groupContext, String name, String identifier, String principalId, String principalName, String description, Set<Principal> members, long revision)
groupContext
- the context of this groupname
- the name of this groupidentifier
- the unique identifier for this groupprincipalId
- the principal identifier for this groupprincipalName
- the principal name for this groupdescription
- the description of this groupmembers
- the members of this grouprevision
- the internal revision number for this grouppublic Group(ObjectIdentity groupContext, String name, String identifier, String principalId, String principalName, String description, Set<Principal> members)
groupContext
- the context of this groupname
- the name of this groupidentifier
- the unique identifier for this groupprincipalId
- the principal identifier for this groupprincipalName
- the principal name for this groupdescription
- the description of this groupmembers
- the members of this groupCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA