public abstract class ContextManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ContextManager() |
Modifier and Type | Method and Description |
---|---|
static Context |
getContext()
Returns a new instance of the serializable security
Context . |
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.
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