|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.security.context.ContextManager
public abstract class ContextManager
Defines a factory SPI to obtain an instance of the serializable security context from the thread of execution.
Field Summary | |
---|---|
static java.lang.String |
DESERIALIZE_ASYNCH_LOGIN
A JAAS login module optional property. |
static java.lang.String |
DESERIALIZE_ASYNCH_LOGIN_RENEW
A JAAS login module optional property. |
Constructor Summary | |
---|---|
ContextManager()
|
Method Summary | |
---|---|
static Context |
getContext()
Returns a new instance of the serializable security Context . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DESERIALIZE_ASYNCH_LOGIN_RENEW
com.ibm.ws.security.server.lm.wsMapDefaultInboundLoginModule
to control whether or not the expiration time of renewable security tokens in the Context
will be refreshed
during the login process if they have expired.
The valid property values are "true" or "false". If not specified, the value "true" is assumed.
public static final java.lang.String DESERIALIZE_ASYNCH_LOGIN
com.ibm.ws.security.server.lm.wsMapDefaultInboundLoginModule
The valid property values are "true" or "false". If not specified, the value "true" is assumed.
Constructor Detail |
---|
public ContextManager()
Method Detail |
---|
public static Context getContext() throws com.ibm.websphere.security.WSSecurityException
Context
.
The Context
returned may be saved to persistent storage and later restored for use by an application.
Operations are defined in the Context
interface to set the state of the restored security context on the
current thread of execution.
Context
.
com.ibm.websphere.security.WSSecurityException
- if any errors are encountered.Context
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |