public class LDAPRepositoryAccount extends RepositoryAccount
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
ANY_ACCOUNT, GROUP_ACCOUNT, LOGIN_ACCOUNT, PRIVILEGE_ACCOUNT| Constructor and Description |
|---|
LDAPRepositoryAccount(RepositoryAccountManager pManager,
RepositoryItem pItem,
int pType)
Creates a new repository account object with a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
listGroups()
Returns an enumeration of the groups that this account is a member of.
|
addGroup, getAccountManager, getAccountName, getAccountType, getAttribute, getAttributes, getDisplayNameForAttribute, getPersona, listMembers, removeGroup, setAttribute, setAttributes, setGroupspublic LDAPRepositoryAccount(RepositoryAccountManager pManager, RepositoryItem pItem, int pType) throws InvalidAttributeException
InvalidAttributeExceptionpublic java.util.Iterator listGroups()
listGroups in interface AccountlistGroups in class RepositoryAccount