Uses of Class
com.ibm.di.api.security.Identity

Packages that use Identity
com.ibm.di.api Provides packages and classes for managing the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
com.ibm.di.api.security Provides classes for managing the security mechanism. 
 

Uses of Identity in com.ibm.di.api
 

Methods in com.ibm.di.api that return Identity
static Identity APIEngine.getIdentity(String aUserId)
          Returns the Identity object from the Security Registry corresponding to the user id passes as parameter.
 

Methods in com.ibm.di.api with parameters of type Identity
 void ConfigurationRegistry.checkInAndLeaveCheckedOut(MetamergeConfig configuration, String configToken, Identity identity)
          Checks in the specified configuration and leaves it checked out.
 void ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration, String configToken, Identity identity)
          Saves the specified configuration and releases the lock.
 void ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration, String configToken, Identity identity, boolean encrypt)
          Encrypts and saves the specified configuration and releases the lock.
 MetamergeConfig ConfigurationRegistry.checkOutConfiguration(String configToken, Identity identity)
          Checks out the specified configuration.
 MetamergeConfig ConfigurationRegistry.checkOutConfiguration(String configToken, String password, Identity identity)
          Checks out the specified password protected configuration.
 ConfigInstance ConfigurationRegistry.checkOutConfigurationAndLoad(String configToken, Identity identity, SessionImpl session)
          Checks out the specified configuration and starts a temporary Config Instance on the Server.
 ConfigInstance ConfigurationRegistry.checkOutConfigurationAndLoad(String configToken, String password, Identity identity, SessionImpl session)
          Checks out the specified configuration and starts a temporary Config Instance on the Server.
 MetamergeConfig ConfigurationRegistry.createNewConfiguration(String aRelativePath, boolean aOverwrite, Identity aIdentity)
          Creates a new empty configuration and immediately checks it out.
 ConfigInstance ConfigurationRegistry.createNewConfigurationAndLoad(String aRelativePath, boolean aOverwrite, Identity aIdentity, SessionImpl aSession)
          Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server.
 boolean ConfigurationRegistry.undoCheckOut(String configToken, Identity identity)
          This method is used to release the lock of a previously checked out configuration file.
 boolean ConfigurationRegistry.userCanSetConfiguration(String configId, Identity identity)
          Check that the specified user can set the configuration.
 

Uses of Identity in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return Identity
 Identity SessionImpl.getIdentity()
           
 

Uses of Identity in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return Identity
 Identity SessionImpl.getIdentity()
          Returns the Identity;
 

Uses of Identity in com.ibm.di.api.security
 

Subclasses of Identity in com.ibm.di.api.security
 class LocalIdentity
          This class represents a local user's identity.
 

Methods in com.ibm.di.api.security that return Identity
 Identity Registry.getIdentity(String aUserID)
          The method searches for Identities with userId corresponding to the supplied parameter.