Uses of Class
com.netscape.certsrv.base.SessionContext

Packages that use SessionContext
com.netscape.certsrv.base   
com.netscape.certsrv.publish   
com.netscape.cms.servlet.profile   
 

Uses of SessionContext in com.netscape.certsrv.base
 

Methods in com.netscape.certsrv.base that return SessionContext
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.
 

Methods in com.netscape.certsrv.base with parameters of type SessionContext
static void SessionContext.setContext(SessionContext sc)
          Sets the current context.
 

Uses of SessionContext in com.netscape.certsrv.publish
 

Methods in com.netscape.certsrv.publish with parameters of type SessionContext
 boolean ILdapExpression.evaluate(SessionContext sc)
          Evaluate the Expression.
 

Uses of SessionContext in com.netscape.cms.servlet.profile
 

Methods in com.netscape.cms.servlet.profile with parameters of type SessionContext
 IAuthToken ProfileSubmitServlet.authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, IRequest origReq, SessionContext context)