Uses of Class
org.dogtagpki.server.authentication.AuthToken
Packages that use AuthToken
Package
Description
-
Uses of AuthToken in com.netscape.certsrv.authentication
Subclasses of AuthToken in com.netscape.certsrv.authenticationModifier and TypeClassDescriptionclassAuthentication token that wraps an externally authenticated principal to return.Methods in com.netscape.certsrv.authentication with parameters of type AuthTokenModifier and TypeMethodDescriptionchar[]ISharedToken.getSharedToken(String identification, AuthToken authToken) -
Uses of AuthToken in com.netscape.certsrv.evaluators
Methods in com.netscape.certsrv.evaluators with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that return AuthTokenModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate(AuthCredentials authCred) authenticates user(agent) by certificateDirBasedAuthentication.authenticate(AuthCredentials authCred) Authenticates user through LDAP by a set of credentials.HashAuthentication.authenticate(AuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.SessionAuthentication.authenticate(AuthCredentials authCred) Authenticate user.SSLclientCertAuthentication.authenticate(AuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate(AuthCredentials authCred) authenticates user(agent) by certificateHashAuthentication.getAuthToken(String key) Methods in com.netscape.cms.authentication with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidHashAuthentication.addAuthToken(String pageID, AuthToken token) protected abstract StringDirBasedAuthentication.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.protected StringPortalEnroll.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringUidPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringUidPwdPinDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected StringUserPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on attr, pwd in the directory.protected voidDirBasedAuthentication.formCertInfo(netscape.ldap.LDAPConnection conn, String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token) Formulate the cert info.voidvoidvoidvoidvoidvoidvoidvoidvoidadds a user to the directory.protected voidDirBasedAuthentication.setAuthTokenByteValue(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected voidDirBasedAuthentication.setAuthTokenStringValue(String name, netscape.ldap.LDAPEntry entry, AuthToken tok) protected voidDirBasedAuthentication.setAuthTokenValues(netscape.ldap.LDAPEntry e, AuthToken tok) Copy values from the LDAPEntry into the AuthToken. -
Uses of AuthToken in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization with parameters of type AuthTokenModifier and TypeMethodDescriptioncheck the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize( "DirAclAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { logger.warn("authorize call: " + e.getMessage(), e); }protected booleanAAclAuthz.checkAllowEntries(AuthToken authToken, Iterable<String> nodes, String perm) protected voidAAclAuthz.checkDenyEntries(AuthToken authToken, Iterable<String> nodes, String perm) throw EACLsException if a deny entry is matchedvoidAAclAuthz.checkPermission(AuthToken authToken, String name, String perm) Checks if the permission is granted or denied with id from authtoken gotten from authentication that precedes authorization.booleanAAclAuthz.evaluateACLs(AuthToken authToken, String exp) -
Uses of AuthToken in com.netscape.cms.evaluators
Methods in com.netscape.cms.evaluators with parameters of type AuthTokenModifier and TypeMethodDescriptionbooleanevaluates uid in AuthToken to see if it has membership in group valuebooleanGets the IP address from session contextbooleanEvaluates the user in AuthToken to see if it's equal to valuebooleanEvaluates the user in AuthToken to see if it's equal to value -
Uses of AuthToken in com.netscape.cms.realm
Methods in com.netscape.cms.realm that return AuthTokenMethods in com.netscape.cms.realm with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected PrincipalPKIRealm.getPrincipal(User user, AuthToken authToken) protected PrincipalPKIRealm.getPrincipal(String username, AuthToken authToken) Constructors in com.netscape.cms.realm with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return AuthTokenModifier and TypeMethodDescriptionCMSServlet.authenticate(CMSRequest req) CMSServlet.authenticate(CMSRequest req, String authMgrName) CMSServlet.authenticate(jakarta.servlet.http.HttpServletRequest httpReq) CMSServlet.authenticate(jakarta.servlet.http.HttpServletRequest httpReq, String authMgrName) Authenticationprotected AuthTokenCMSServlet.getAuthToken(Request req) Methods in com.netscape.cms.servlet.base with parameters of type AuthTokenModifier and TypeMethodDescriptionAuthorize must occur after Authenticateprotected static voidCMSServlet.saveAuthToken(AuthToken token, Request req) -
Uses of AuthToken in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return AuthTokenModifier and TypeMethodDescriptionCMSGateway.checkAuthManager(jakarta.servlet.http.HttpServletRequest httpReq, ArgBlock httpParams, X509Certificate cert, String authMgrName) -
Uses of AuthToken in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that return AuthTokenModifier and TypeMethodDescriptionprotected AuthTokenCloneServlet.authenticate(X509Certificate peerCert) Methods in com.netscape.cms.servlet.connector with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected IPKIMessageCloneServlet.processRequest(String source, String sourceUserId, IPKIMessage msg, AuthToken token) protected IPKIMessageConnectorServlet.processRequest(String source, String sourceUserId, IPKIMessage msg, AuthToken token) Process request -
Uses of AuthToken in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidCMCProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) voidKeyGenProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) voidPKCS10Processor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) voidPKCS10Processor.fillCertInfo(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) protected voidPKIProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CMCProcessor.fillCertInfoArray(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CRMFProcessor.fillCertInfoArray(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]PKIProcessor.fillCertInfoArray(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) static voidPKIProcessor.fillCertInfoFromAuthToken(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken) fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.org.mozilla.jss.netscape.security.x509.X509CertInfoCRMFProcessor.processIndividualRequest(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, AuthToken authToken, ArgBlock httpParams) -
Uses of AuthToken in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidQueryReq.validateAuthToken(jakarta.servlet.http.HttpServletRequest request, AuthToken authToken) -
Uses of AuthToken in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return AuthTokenModifier and TypeMethodDescriptionAuthSubsystem.authenticate(AuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate(AuthCredentials authCred) authenticates user(agent) by certificateNullAuthentication.authenticate(AuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate(AuthCredentials authCred) authenticates administratrators by LDAP uid/pwdMethods in com.netscape.cmscore.authentication with parameters of type AuthToken -
Uses of AuthToken in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization with parameters of type AuthTokenModifier and TypeMethodDescriptionAuthzSubsystem.authorize(String authzMgrName, AuthToken authToken, String resource, String operation) AuthzSubsystem.authorize(String authzMgrInstName, AuthToken authToken, String resource, String operation, String realm) Authorization to the named authorization manager instancevoidAuthzSubsystem.checkRealm(String realm, AuthToken authToken, String owner, String resource, String operation) Authorize the user against the specified realm. -
Uses of AuthToken in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return AuthTokenMethods in com.netscape.cmscore.request with parameters of type AuthToken -
Uses of AuthToken in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return AuthTokenModifier and TypeMethodDescriptionabstract AuthTokenAuthManager.authenticate(AuthCredentials authCred) Authenticate the given credentials.Methods in org.dogtagpki.server.authentication with parameters of type AuthToken -
Uses of AuthToken in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization with parameters of type AuthTokenModifier and TypeMethodDescriptionabstract AuthzTokenabstract AuthzTokenCheck if the user is authorized to perform the given operation on the given resource.