Uses of Class
com.ibm.itim.dataservices.model.domain.AccountEntity

Packages that use AccountEntity
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. 
 

Uses of AccountEntity in com.ibm.itim.dataservices.model.domain
 

Methods in com.ibm.itim.dataservices.model.domain that return AccountEntity
 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, 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, 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 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.
 

Methods in com.ibm.itim.dataservices.model.domain that return types with arguments of type AccountEntity
 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.
 

Uses of AccountEntity in com.ibm.itim.dataservices.model.system
 

Subclasses of AccountEntity in com.ibm.itim.dataservices.model.system
 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.