Uses of Class
com.netscape.certsrv.base.SessionContext
Packages that use SessionContext
Package
Description
-
Uses of SessionContext in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return SessionContextModifier and TypeMethodDescriptionstatic SessionContextSessionContext.getContext()Retrieves the session context associated with the current thread.static SessionContextSessionContext.getExistingContext()Retrieves the session context associated with the current thread.Methods in com.netscape.certsrv.base with parameters of type SessionContextModifier and TypeMethodDescriptionstatic voidSessionContext.setContext(SessionContext sc) Sets the current context. -
Uses of SessionContext in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type SessionContextModifier and TypeMethodDescriptionprotected IAuthTokenCMCAuth.verifySignerInfo(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq) -
Uses of SessionContext in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap with parameters of type SessionContextModifier and TypeMethodDescriptionbooleanILdapExpression.evaluate(SessionContext sc) Evaluate the Expression.booleanLdapAndExpression.evaluate(SessionContext sc) booleanLdapOrExpression.evaluate(SessionContext sc) booleanLdapSimpleExpression.evaluate(SessionContext sc)