| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
AccountMO |
CredentialMO.getAccount()
This API returns the account that is associated with this credential.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountMO |
HumanResourceMO.getAccount()
Returns the human participant account.
|
AccountMO |
HumanResourceMO.getAccount()
Returns the human participant account.
|
| Constructor and Description |
|---|
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.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.