Uses of Class
com.netscape.certsrv.base.SessionContext
-
Packages that use SessionContext Package Description com.netscape.certsrv.base com.netscape.cms.authentication com.netscape.cmscore.ldap -
-
Uses of SessionContext in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return SessionContext Modifier and Type Method 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.Methods in com.netscape.certsrv.base with parameters of type SessionContext Modifier and Type Method Description static void
SessionContext. 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 SessionContext Modifier and Type Method Description protected com.netscape.certsrv.authentication.IAuthToken
CMCAuth. 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 SessionContext Modifier and Type Method Description boolean
ILdapExpression. evaluate(SessionContext sc)
Evaluate the Expression.boolean
LdapAndExpression. evaluate(SessionContext sc)
boolean
LdapOrExpression. evaluate(SessionContext sc)
boolean
LdapSimpleExpression. evaluate(SessionContext sc)
-