CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.llsdk6.imsapi.abstractinterface
Interface AccountHolder

All Known Subinterfaces:
User

public interface AccountHolder

Allows an object (such as User) to retrieve any eTrust Admin accounts associated with the object.

Note: This object requires an instance of eTrust Admin Directory.

Since:
Identity Manager 8.1

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

getAccounts

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).

Returns:
A Vector of Account objects.
Throws:
SmApiException
JIAMOperationException
UnsupportedDirectoryFeatureException

getAccounts

java.util.Vector getAccounts(boolean getSecondary,
                             boolean getReasons)
                             throws SmApiException,
                                    JIAMOperationException,
                                    UnsupportedDirectoryFeatureException

Retrieves any eTrust Admin accounts associated with this object.

Parameters:
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.
Returns:
A Vector of Account objects.
Throws:
SmApiException
JIAMOperationException
UnsupportedDirectoryFeatureException
Since:
Identity Manager 8.1 SP1

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.