|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMContext
The IMContext
interface is part of the core
Identity Manager API architecture. The ...Context
object in each Identity Manager API inherits core API methods
through IMContext
.
Method Summary | |
---|---|
AuxDataElement |
getAuxDataRoot()
Get the root of the auxiliary data tree for this environment |
Localizer |
getLocalizer()
|
Localizer |
getLocalizer(java.lang.String bundleName)
|
java.lang.Object |
getSessionAttribute(java.lang.String key)
Retrieves a user-defined data object from the current task session. |
void |
removeSessionAttribute(java.lang.String key)
Removes a user-defined data object from the current task session. |
void |
setSessionAttribute(java.lang.String key,
java.lang.Object value)
Sets a user-defined data object for the current task session. |
Methods inherited from interface com.netegrity.imapi.Logger |
---|
logDebugMessage, logErrorMessage, logInfoMessage, logWarningMessage |
Method Detail |
---|
java.lang.Object getSessionAttribute(java.lang.String key) throws java.lang.Exception
setSessionAttribute()
in this
task session -- whether the data was set by the same type of object or by a
different type of object. For example, user-defined data can be persisted between
two business logic task handlers in the same task session, or it can be set by a
business logic task handler and retrieved by an event listener in the same task session.
key
- The key associated with the user-defined object being retrieved.
null
if no matching key is found.
java.lang.Exception
void setSessionAttribute(java.lang.String key, java.lang.Object value) throws java.lang.Exception
Serializable
in java/io
.
getSessionAttribute()
to retrieve user-defined data set in this task session through
setSessionAttribute()
-- whether the data was set by the same type of object or
by a different type of object. For example, user-defined data can be persisted between
two business logic task handlers in the same task session, or it can be set by a business
logic task handler and retrieved by an event listener in the same task session.
key
- The key to associate with the user-defined object.value
- The user-defined data object.
java.lang.Exception
void removeSessionAttribute(java.lang.String key)
setSessionAttribute()
.
Serializable
in java/io
.
key
- The key associated with the user-defined object.AuxDataElement getAuxDataRoot()
Localizer getLocalizer()
Localizer getLocalizer(java.lang.String bundleName)
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |