Package | Description |
---|---|
com.netscape.certsrv.base | |
com.netscape.certsrv.publish | |
com.netscape.cms.servlet.processors |
Modifier and Type | Method and Description |
---|---|
static SessionContext |
SessionContext.getContext()
Retrieves the session context associated with
the current thread.
|
static SessionContext |
SessionContext.getExistingContext()
Retrieves the session context associated with
the current thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
SessionContext.setContext(SessionContext sc)
Sets the current context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ILdapExpression.evaluate(SessionContext sc)
Evaluate the Expression.
|
Modifier and Type | Method and Description |
---|---|
IAuthToken |
CAProcessor.authenticate(javax.servlet.http.HttpServletRequest request,
IRequest origReq,
IProfileAuthenticator authenticator,
SessionContext context,
boolean isRenewal,
AuthCredentials credentials) |
IAuthToken |
CAProcessor.authenticate(IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request,
IRequest origReq,
SessionContext context,
AuthCredentials credentials)
AUTHENTICATION FUNCTIONS (move to Realm?)
|