Uses of Class
com.netscape.cms.servlet.common.AuthCredentials
-
Packages that use AuthCredentials Package Description com.netscape.cms.servlet.base com.netscape.cms.servlet.common -
-
Uses of AuthCredentials in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return AuthCredentials Modifier and Type Method Description static AuthCredentials
CMSServlet. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager. -
Uses of AuthCredentials in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return AuthCredentials Modifier and Type Method Description static AuthCredentials
CMSGateway. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager.
-