| Package | Description |
|---|---|
| com.ibm.itim.dataservices.model.domain |
Extends the
com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
| com.ibm.itim.dataservices.model.system |
Extends the
com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model. |
| Modifier and Type | Method and Description |
|---|---|
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account)
Creates an account in the data store with the given
value object to define the account's attributes.
|
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account,
boolean isSetCreatedDate) |
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account,
ObjectProfile profile)
Creates an account in the data store with the given
value object to define the account's attributes.
|
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account)
Creates an orphan account in the data store with the given
value object to define the account's attributes.
|
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account,
boolean isSetCreatedDate) |
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account,
ObjectProfile profile)
Creates an orphan account in the data store with the given
value object to define the account's attributes.
|
AccountEntity |
AccountSearch.lookup(DistinguishedName dn)
Retrieves the account from the data store with the given
distinguished name.
|
AccountEntity |
AccountSearch.lookup(DistinguishedName dn,
boolean logException)
Retrieves the account from the data store with the given
distinguished name.
|
AccountEntity |
SearchUtils.lookupAccount(DistinguishedName dn,
javax.naming.ldap.LdapContext ctx)
Retrieves the account from the data store with the given
distinguished name and ldapcontext.
|
AccountEntity |
AccountEntity.orphan()
Orphan an account by removing the owner from the account.
|
AccountEntity |
AccountSearch.searchByURI(OrganizationalContainerEntity searchContext,
java.lang.String uri)
Find the account for a specific URI.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AccountEntity> |
AccountSearch.searchByFilter(CompoundDN searchContext,
java.lang.String filter,
java.lang.String ownershipType,
java.lang.String profileName,
SearchParameters params,
boolean isResolveRecycleBin,
boolean isIncludeOrphan)
Returns a Collection of accounts with a given user id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemUserEntity
Represents a usr of the system (platform) in the data model.
|
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.