|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountHolder
Allows an object (such as User
)
to retrieve any eTrust Admin accounts associated with the object.
Method Summary | |
---|---|
java.util.Vector |
getAccounts()
Retrieves any eTrust Admin accounts associated with this object. |
java.util.Vector |
getAccounts(boolean getSecondary,
boolean getReasons)
Retrieves any eTrust Admin accounts associated with this object. |
Method Detail |
---|
java.util.Vector getAccounts() throws SmApiException, JIAMOperationException, UnsupportedDirectoryFeatureException
Retrieves any eTrust Admin accounts associated with this object.
THIS METHOD HAS BEEN DEPRICATED IN IDENTITY MANAGER 8.1 SP1 USE getAccounts(boolean getSecondary, boolean getReasons).
Account
objects.
SmApiException
JIAMOperationException
UnsupportedDirectoryFeatureException
java.util.Vector getAccounts(boolean getSecondary, boolean getReasons) throws SmApiException, JIAMOperationException, UnsupportedDirectoryFeatureException
Retrieves any eTrust Admin accounts associated with this object.
getSecondary
- A boolean that specifies whether or not the secondary account attributes should
be retreived along with the other account attributes. Secondary attributes are
those attributes that can only be retreived from the endpoint on which the account
resides. In particular, the suspended state of the account and the locked state
of the account.getReasons
- A boolean that specifies whether or not the account reasons should be retreived
along with the other account attributes. The account reasons is a list
of the eTrust Admin Roles and Polices that are source of the account.
Account
objects.
SmApiException
JIAMOperationException
UnsupportedDirectoryFeatureException
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |