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. To see an object of this type used in a code example, see the Managing users and groups using the Java API quick start in Programming with LiveCycle ES4.


Field Summary
static java.lang.String GROUPTYPE_ORGANIZATION
          Represents the organization group type.
static java.lang.String GROUPTYPE_PRINCIPALS
          Represents the 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
Represents the principals group type.


GROUPTYPE_ORGANIZATION

static final java.lang.String GROUPTYPE_ORGANIZATION
Represents the organization group type.

Method Detail

getGroupType

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

Returns:
A string value that represents the group type.


[an error occurred while processing this directive] [an error occurred while processing this directive]