|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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,
java.lang.String configToken,
Identity identity)
Checks in the specified configuration and leaves it checked out. |
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity)
Saves the specified configuration and releases the lock. |
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity,
boolean encrypt)
Encrypts and saves the specified configuration and releases the lock. |
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(java.lang.String configToken,
Identity identity)
Checks out the specified configuration. |
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(java.lang.String configToken,
java.lang.String password,
Identity identity)
Checks out the specified password protected configuration. |
ConfigInstance |
ConfigurationRegistry.checkOutConfigurationAndLoad(java.lang.String configToken,
Identity identity,
SessionImpl session)
Checks out the specified configuration and starts a temporary Config Instance on the Server. |
ConfigInstance |
ConfigurationRegistry.checkOutConfigurationAndLoad(java.lang.String configToken,
java.lang.String password,
Identity identity,
SessionImpl session)
Checks out the specified configuration and starts a temporary Config Instance on the Server. |
MetamergeConfig |
ConfigurationRegistry.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite,
Identity aIdentity)
Creates a new empty configuration and immediately checks it out. |
ConfigInstance |
ConfigurationRegistry.createNewConfigurationAndLoad(java.lang.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(java.lang.String configToken,
Identity identity)
This method is used to release the lock of a previously checked out configuration file. |
boolean |
ConfigurationRegistry.userCanSetConfiguration(java.lang.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(java.lang.String aUserID)
The method searches for Identities with userId corresponding to the supplied parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |