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

Packages that use Account
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.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. 
com.ibm.itim.mail.workflow Provides workflow context classes that are required by the Mail API for notification creation 
com.ibm.itim.policy.dynanalysis   
 

Uses of Account in com.ibm.itim.apps.provisioning
 

Methods in com.ibm.itim.apps.provisioning that return Account
 Account AccountMO.getData()
          Returns a current snapshot of the account.
 Account AccountMO.getData()
          Returns a current snapshot of the account.
 

Methods in com.ibm.itim.apps.provisioning that return types with arguments of type Account
 java.util.Map<Account,java.util.Collection<java.lang.String>> AccountManager.getMandatoryGroupNames(java.util.Collection<Account> accounts)
          Provides the names of the mandatory groups for the given accounts.
 java.util.Map<Account,java.util.Collection<java.lang.String>> AccountManager.getMandatoryGroupNames(java.util.Collection<Account> accounts)
          Provides the names of the mandatory groups for the given accounts.
 java.util.Collection<Account> AccountManager.getRequiredAccounts(PersonMO owner, java.util.Collection<Account> accounts)
          Determines which of the given accounts are required by provisioning policy for the specified account owner.
 java.util.Collection<Account> AccountManager.getRequiredAccounts(PersonMO owner, java.util.Collection<Account> accounts)
          Determines which of the given accounts are required by provisioning policy for the specified account owner.
 

Methods in com.ibm.itim.apps.provisioning with parameters of type Account
 Request[] GroupMO.addMembers(Account[] accountList, java.util.Date scheduledTime)
          Requests group membership for multiple users who have accounts on the service.
 Request[] GroupMO.addMembers(Account[] accountList, java.util.Date scheduledTime)
          Requests group membership for multiple users who have accounts on the service.
 Request AccountManager.createAccount(PersonMO owner, ServiceMO service, Account subject, java.util.Date scheduledTime)
          Creates an account in the provisioning platform with the specified attributes for the given person.
 Request AccountManager.createAccount(PersonMO owner, ServiceMO service, Account subject, java.util.Date scheduledTime)
          Creates an account in the provisioning platform with the specified attributes for the given person.
 Request AccountManager.createAccount(PersonMO owner, ServiceMO service, java.lang.String ownershipType, Account subject, java.util.Date scheduledTime)
          This method creates an account in the provisioning platform with the specified attributes for the given person.
 Request AccountManager.createAccount(PersonMO owner, ServiceMO service, java.lang.String ownershipType, Account subject, java.util.Date scheduledTime)
          This method creates an account in the provisioning platform with the specified attributes for the given person.
 Request[] GroupMO.removeMembers(Account[] accountList, java.util.Date scheduledTime)
          Removes group membership for multiple users.
 Request[] GroupMO.removeMembers(Account[] accountList, java.util.Date scheduledTime)
          Removes group membership for multiple users.
 Request AccountMO.update(Account a, java.util.Date scheduledTime)
          Updates the managed object.
 Request AccountMO.update(Account a, java.util.Date scheduledTime)
          Updates the managed object.
 

Method parameters in com.ibm.itim.apps.provisioning with type arguments of type Account
 java.util.Map<Account,java.util.Collection<java.lang.String>> AccountManager.getMandatoryGroupNames(java.util.Collection<Account> accounts)
          Provides the names of the mandatory groups for the given accounts.
 java.util.Map<Account,java.util.Collection<java.lang.String>> AccountManager.getMandatoryGroupNames(java.util.Collection<Account> accounts)
          Provides the names of the mandatory groups for the given accounts.
 java.util.Collection<Account> AccountManager.getRequiredAccounts(PersonMO owner, java.util.Collection<Account> accounts)
          Determines which of the given accounts are required by provisioning policy for the specified account owner.
 java.util.Collection<Account> AccountManager.getRequiredAccounts(PersonMO owner, java.util.Collection<Account> accounts)
          Determines which of the given accounts are required by provisioning policy for the specified account owner.
 

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

Methods in com.ibm.itim.dataservices.model.domain with parameters of type Account
 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.
 void AccountEntity.update(Account account)
          Deprecated. use update().
 

Constructors in com.ibm.itim.dataservices.model.domain with parameters of type Account
Account(Account source)
          Copy Constructor Reference copy is used for Java object except for String and other primary types
AccountEntity(Account account)
          Constructs an AccountEntity with a value object.
AccountEntity(ObjectProfile profile, Account account)
          Constructs an AccountEntity with a profile and value object.
 

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

Subclasses of Account in com.ibm.itim.dataservices.model.system
 class SystemUser
          Value Object class that holds the attribute information of a system (platform) user in the data model.
 

Uses of Account in com.ibm.itim.mail.workflow
 

Methods in com.ibm.itim.mail.workflow that return Account
 Account WorkflowDeProvisionContext.getAccountInfo()
          Returns the value object of the account being de-provisioned.
 

Uses of Account in com.ibm.itim.policy.dynanalysis
 

Methods in com.ibm.itim.policy.dynanalysis with parameters of type Account
 ICorrectEnforcementExemptionHandler.ExemptionActionType ICorrectEnforcementExemptionHandler.getExemptionAction(Account account)
          This API gets the action to perform on a disallowed account that is eligible for exemption.
 boolean ICorrectEnforcementExemptionHandler.isEligibleForExemption(Account account)
          This API determines whether the account is eligible for an exemption.
 



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.