|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountMO | |
---|---|
com.ibm.itim.apps.pim | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Shared Access Module. |
com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
com.ibm.itim.apps.workflow | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Workflow Process and Activity management. |
Uses of AccountMO in com.ibm.itim.apps.pim |
---|
Methods in com.ibm.itim.apps.pim that return AccountMO | |
---|---|
AccountMO |
CredentialMO.getAccount()
This API returns the account that is associated with this credential. |
Methods in com.ibm.itim.apps.pim with parameters of type AccountMO | |
---|---|
Request |
CredentialManager.addCredential(AccountMO account,
Credential credential,
boolean resetPassword,
java.util.Date scheduledTime,
java.lang.String justification)
This API adds an account's credential to the credential vault. |
Request |
CredentialManager.addCredential(AccountMO account,
Credential credential,
byte[] password,
java.util.Date scheduledTime,
java.lang.String justification)
The API adds an account's credential to the credential vault. |
Request |
CredentialManager.addCredential(OrganizationalContainerMO container,
AccountMO account,
Credential credential,
boolean resetPassword,
java.util.Date scheduledTime,
java.lang.String justification)
This API adds an account's credential to the credential vault in the specified organizational container. |
Request |
CredentialManager.addCredential(OrganizationalContainerMO container,
AccountMO account,
Credential credential,
byte[] password,
java.util.Date scheduledTime,
java.lang.String justification)
The API adds an account's credential to the credential vault in the specified organizational container. |
Request |
CredentialMO.connect(AccountMO account,
boolean resetPassword,
boolean resetPasswordOnCheckin,
java.util.Date scheduledTime,
java.lang.String justification)
This API connects a credential to an Account. |
Uses of AccountMO in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning that return AccountMO | |
---|---|
AccountMO |
AccountManager.getAccountByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the account for the given Uniform Resource Identifier (URI) within the specified parent container. |
AccountMO |
AccountManager.getAccountByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the account for the given Uniform Resource Identifier (URI) within the specified parent container. |
Methods in com.ibm.itim.apps.provisioning with parameters of type AccountMO | |
---|---|
void |
GroupManager.getGroups(AccountMO accountMO,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups associated with an account. |
void |
GroupManager.getGroups(AccountMO accountMO,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups associated with an account. |
boolean |
AccountManager.isAccountCompliant(AccountMO subject,
java.util.Collection errors)
Deprecated. Please use checkAccountCompliance method. |
boolean |
AccountManager.isAccountCompliant(AccountMO subject,
java.util.Collection errors)
Deprecated. Please use checkAccountCompliance method. |
Uses of AccountMO in com.ibm.itim.apps.workflow |
---|
Methods in com.ibm.itim.apps.workflow that return AccountMO | |
---|---|
AccountMO |
HumanResourceMO.getAccount()
Returns the human participant account. |
AccountMO |
HumanResourceMO.getAccount()
Returns the human participant account. |
Constructors in com.ibm.itim.apps.workflow with parameters of type AccountMO | |
---|---|
HumanResourceMO(PlatformContext platform,
javax.security.auth.Subject subject,
AccountMO account)
Constructs the the managed object with a platform context, a subject, and the managed object representing the human participant account. |
|
HumanResourceMO(PlatformContext platform,
javax.security.auth.Subject subject,
AccountMO account)
Constructs the the managed object with a platform context, a subject, and the managed object representing the human participant account. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |