|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountProvider
Account provider lets you create and retrieve different types of accounts.
Field Summary | |
---|---|
static java.lang.String |
ASSIGN
|
static java.lang.String |
DELETE
|
static java.lang.String |
GETSTATUS
|
static java.lang.String |
MOVE
|
static java.lang.String |
PASSWORDCHANGE
|
static java.lang.String |
RESUME
|
static java.lang.String |
SUSPEND
|
static java.lang.String |
UNASSIGN
|
static java.lang.String |
UNLOCK
|
Method Summary | |
---|---|
java.util.Vector |
enumerateEntitlementAttributes(java.lang.String endpointType)
Enumerate IM entitlement attributes for a given endpoint type. |
java.util.Vector |
findManagedObjectsInScope(TSContext ctx,
ScopeRule rule,
AttributeRightsCollection requestedAttrs,
boolean getSecondary,
boolean initReasons)
|
java.util.Vector |
findUserAccounts(TSContext ctx,
ScopeRule rule,
AttributeRightsCollection requestedAttrs,
boolean getSecondary,
boolean initReasons)
|
ObjectType |
getObjectType(java.lang.String endpointType)
Get object type of a namespace |
boolean |
isEndpointTypeConfigured(java.lang.String endpointType)
Is the given endpoint type configured on Identity Manager. |
boolean |
isSupportedOperation(java.lang.String opname)
Is account operation supported. |
java.util.Vector |
listAccounts(User user,
boolean getSecondary,
boolean initReasons)
List user accounts Parameters: user A IM User. |
Field Detail |
---|
static final java.lang.String SUSPEND
static final java.lang.String RESUME
static final java.lang.String UNLOCK
static final java.lang.String PASSWORDCHANGE
static final java.lang.String ASSIGN
static final java.lang.String UNASSIGN
static final java.lang.String DELETE
static final java.lang.String GETSTATUS
static final java.lang.String MOVE
Method Detail |
---|
java.util.Vector listAccounts(User user, boolean getSecondary, boolean initReasons) throws SmApiException
SmApiException
ObjectType getObjectType(java.lang.String endpointType) throws SmApiException
endpointType
-
SmApiException
java.util.Vector enumerateEntitlementAttributes(java.lang.String endpointType) throws SmApiException
endpointType
-
SmApiException
java.util.Vector findManagedObjectsInScope(TSContext ctx, ScopeRule rule, AttributeRightsCollection requestedAttrs, boolean getSecondary, boolean initReasons) throws SmApiException
SmApiException
java.util.Vector findUserAccounts(TSContext ctx, ScopeRule rule, AttributeRightsCollection requestedAttrs, boolean getSecondary, boolean initReasons) throws SmApiException
SmApiException
boolean isSupportedOperation(java.lang.String opname) throws java.lang.Exception
opname
- - Operation name like suspended, change password, unlock
java.lang.Exception
boolean isEndpointTypeConfigured(java.lang.String endpointType) throws SmApiException
endpointType
- - Name of the endpoint
SmApiException
|
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 |