com.adobe.idp.um.api.infomodel
Interface Group

All Superinterfaces:
Principal

public interface Group
extends Principal

A Group is an extension of the Principal object. This class contains group-specific field accessor methods.

See Also:
Principal

Field Summary
static java.lang.String GROUPTYPE_DYNAMIC
          Organization group type.
static java.lang.String GROUPTYPE_ORGANIZATION
          Organization group type.
static java.lang.String GROUPTYPE_PRINCIPALS
          Principals group type.
 
Fields inherited from interface com.adobe.idp.um.api.infomodel.Principal
PRINCIPALTYPE_GROUP, PRINCIPALTYPE_SERVICE, PRINCIPALTYPE_SPECIAL, PRINCIPALTYPE_SYSTEM, PRINCIPALTYPE_USER, STATUS_CURRENT, STATUS_OBSOLETE, VISIBILITY_SEARCHES, VISIBLITY_GUI, VISIBLITY_INVISIBLE
 
Method Summary
 java.lang.String getGroupType()
          Retrieves the group type.
 
Methods inherited from interface com.adobe.idp.um.api.infomodel.Principal
addEmailAlias, clearEmailAlias, getCanonicalName, getCommonName, getDescription, getDirectGroupMemberships, getDomainCommonName, getDomainName, getEmail, getEmailAlias, getGroupMemberships, getOid, getOrg, getPrincipalType, getRoleMembership, getStatus, getTimestampCreated, getTimestampUpdated, getVisibility, isLocal, isLocked, isSystem, setCanonicalName, setCommonName, setDescription, setDomainName, setEmail, setEmailAliases, setIsSystem, setLocked, setOid, setOrg, setPrincipalType, setStatus, setVisibility
 

Field Detail

GROUPTYPE_PRINCIPALS

static final java.lang.String GROUPTYPE_PRINCIPALS
Principals group type.


GROUPTYPE_ORGANIZATION

static final java.lang.String GROUPTYPE_ORGANIZATION
Organization group type.


GROUPTYPE_DYNAMIC

static final java.lang.String GROUPTYPE_DYNAMIC
Organization group type.

Method Detail

getGroupType

java.lang.String getGroupType()
Retrieves the group type.

Returns:
The group type.