Uses of Interface
com.netscape.certsrv.authentication.IAuthToken
Packages that use IAuthToken
Package
Description
-
Uses of IAuthToken in com.netscape.certsrv.authentication
Classes in com.netscape.certsrv.authentication that implement IAuthTokenModifier and TypeClassDescriptionclassAuthentication token that wraps an externally authenticated principal to return.Methods in com.netscape.certsrv.authentication with parameters of type IAuthTokenModifier and TypeMethodDescriptionchar[]ISharedToken.getSharedToken(String identification, IAuthToken authToken) -
Uses of IAuthToken in com.netscape.certsrv.evaluators
Methods in com.netscape.certsrv.evaluators with parameters of type IAuthTokenModifier and TypeMethodDescriptionbooleanIAccessEvaluator.evaluate(IAuthToken authToken, String type, String op, String value) Evaluates if the given value satisfies the access control in authToken obtained from Authentication. -
Uses of IAuthToken in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return IAuthTokenModifier and TypeMethodDescriptionIRequest.getExtDataInAuthToken(String key) Retrieves an authtoken.Methods in com.netscape.certsrv.request with parameters of type IAuthTokenModifier and TypeMethodDescriptionbooleanIRequest.setExtData(String key, IAuthToken data) Stores an AuthToken the same as a Hashtable. -
Uses of IAuthToken in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that return IAuthTokenModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate(IAuthCredentials authCred) authenticates user(agent) by certificateCMCAuth.authenticate(IAuthCredentials authCred) Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.DirBasedAuthentication.authenticate(IAuthCredentials authCred) Authenticates user through LDAP by a set of credentials.FlatFileAuth.authenticate(IAuthCredentials authCred) Authenticate the requestHashAuthentication.authenticate(IAuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.SessionAuthentication.authenticate(IAuthCredentials authCred) Authenticate user.SSLclientCertAuthentication.authenticate(IAuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate(IAuthCredentials authCred) authenticates user(agent) by certificateHashAuthentication.getAuthToken(String key) protected IAuthTokenCMCAuth.verifySignerInfo(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq) Methods in com.netscape.cms.authentication with parameters of type IAuthTokenModifier and TypeMethodDescriptionvoidHashAuthentication.addAuthToken(String pageID, IAuthToken token) char[]SharedSecret.getSharedToken(String identification, IAuthToken authToken) getSharedToken(String identification, IAuthToken authToken) provides support for id_cmc_identification shared secret based enrollmentvoidAgentCertAuthentication.populate(IAuthToken token, IRequest request) voidCMCAuth.populate(IAuthToken token, IRequest request) voidFlatFileAuth.populate(IAuthToken token, IRequest request) voidSessionAuthentication.populate(IAuthToken token, IRequest request) voidSSLclientCertAuthentication.populate(IAuthToken token, IRequest request) voidTokenAuthentication.populate(IAuthToken token, IRequest request) voidUidPwdDirAuthentication.populate(IAuthToken token, IRequest request) voidUidPwdPinDirAuthentication.populate(IAuthToken token, IRequest request) voidUserPwdDirAuthentication.populate(IAuthToken token, IRequest request) -
Uses of IAuthToken in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization with parameters of type IAuthTokenModifier and TypeMethodDescriptionAAclAuthz.authorize(IAuthToken authToken, String expression) AAclAuthz.authorize(IAuthToken authToken, String resource, String operation) check 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); }BasicGroupAuthz.authorize(IAuthToken authToken, String expression) BasicGroupAuthz.authorize(IAuthToken authToken, String resource, String operation) protected booleanAAclAuthz.checkAllowEntries(IAuthToken authToken, Iterable<String> nodes, String perm) protected voidAAclAuthz.checkDenyEntries(IAuthToken authToken, Iterable<String> nodes, String perm) throw EACLsException if a deny entry is matchedvoidAAclAuthz.checkPermission(IAuthToken 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(IAuthToken authToken, String exp) -
Uses of IAuthToken in com.netscape.cms.evaluators
Methods in com.netscape.cms.evaluators with parameters of type IAuthTokenModifier and TypeMethodDescriptionbooleanGroupAccessEvaluator.evaluate(IAuthToken authToken, String type, String op, String value) evaluates uid in AuthToken to see if it has membership in group valuebooleanIPAddressAccessEvaluator.evaluate(IAuthToken authToken, String type, String op, String value) Gets the IP address from session contextbooleanUserAccessEvaluator.evaluate(IAuthToken authToken, String type, String op, String value) Evaluates the user in AuthToken to see if it's equal to valuebooleanUserOrigReqAccessEvaluator.evaluate(IAuthToken authToken, String type, String op, String value) Evaluates the user in AuthToken to see if it's equal to value -
Uses of IAuthToken in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type IAuthTokenModifier and TypeMethodDescriptionvoidProfileAuthenticator.populate(IAuthToken token, IRequest request) Populates authentication specific information into the request for auditing purposes. -
Uses of IAuthToken in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common with parameters of type IAuthTokenModifier and TypeMethodDescriptionvoidEnrollProfile.submit(IAuthToken token, IRequest request) This method is called after the user submits the request from the end-entity page.voidEnrollProfile.submit(IAuthToken token, IRequest request, boolean explicitApprovalRequired) abstract voidProfile.submit(IAuthToken token, IRequest request) Handles end-user request submission.abstract voidProfile.submit(IAuthToken token, IRequest request, boolean explicitApprovalRequired) -
Uses of IAuthToken in com.netscape.cms.realm
Methods in com.netscape.cms.realm that return IAuthTokenMethods in com.netscape.cms.realm with parameters of type IAuthTokenModifier and TypeMethodDescriptionprotected PrincipalPKIRealm.getPrincipal(User user, IAuthToken authToken) protected PrincipalPKIRealm.getPrincipal(String username, IAuthToken authToken) Constructors in com.netscape.cms.realm with parameters of type IAuthTokenModifierConstructorDescriptionPKIPrincipal(User user, String password, List<String> roles, IAuthToken authToken) -
Uses of IAuthToken in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type IAuthTokenModifier and TypeMethodDescriptionbooleanAdminServlet.authorize(IAuthToken token) authorize a user based on its authentication credentials. -
Uses of IAuthToken in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return IAuthTokenModifier and TypeMethodDescriptionCMSServlet.authenticate(CMSRequest req) CMSServlet.authenticate(CMSRequest req, String authMgrName) CMSServlet.authenticate(javax.servlet.http.HttpServletRequest httpReq) CMSServlet.authenticate(javax.servlet.http.HttpServletRequest httpReq, String authMgrName) Authenticationprotected IAuthTokenCMSServlet.getAuthToken(IRequest req) Methods in com.netscape.cms.servlet.base with parameters of type IAuthTokenModifier and TypeMethodDescriptionCMSServlet.authorize(String authzMgrName, IAuthToken authToken, String resource, String operation) Authorize must occur after AuthenticateCMSServlet.authorize(String authzMgrName, String resource, IAuthToken authToken, String exp) protected static voidCMSServlet.saveAuthToken(IAuthToken token, IRequest req) -
Uses of IAuthToken in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return IAuthTokenModifier and TypeMethodDescriptionstatic IAuthTokenCMSGateway.checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, X509Certificate cert, String authMgrName) -
Uses of IAuthToken in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that return IAuthTokenModifier and TypeMethodDescriptionprotected IAuthTokenCloneServlet.authenticate(X509Certificate peerCert) Methods in com.netscape.cms.servlet.connector with parameters of type IAuthTokenModifier and TypeMethodDescriptionprotected IPKIMessageCloneServlet.processRequest(String source, String sourceUserId, IPKIMessage msg, IAuthToken token) protected IPKIMessageConnectorServlet.processRequest(String source, String sourceUserId, IPKIMessage msg, IAuthToken token) Process request -
Uses of IAuthToken in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IAuthTokenModifier and TypeMethodDescriptionvoidCMCProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) voidKeyGenProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) voidPKCS10Processor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) voidPKCS10Processor.fillCertInfo(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) protected voidPKIProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CMCProcessor.fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CRMFProcessor.fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]PKIProcessor.fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) static voidPKIProcessor.fillCertInfoFromAuthToken(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken 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, IAuthToken authToken, IArgBlock httpParams) -
Uses of IAuthToken in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type IAuthTokenModifier and TypeMethodDescriptionvoidQueryReq.validateAuthToken(javax.servlet.http.HttpServletRequest request, IAuthToken authToken) -
Uses of IAuthToken in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return IAuthTokenModifier and TypeMethodDescriptionAuthSubsystem.authenticate(IAuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate(IAuthCredentials authCred) authenticates user(agent) by certificateChallengePhraseAuthentication.authenticate(IAuthCredentials authCred) authenticates revocation of a certification by a challenge phraseNullAuthentication.authenticate(IAuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate(IAuthCredentials authCred) authenticates administratrators by LDAP uid/pwdSSLClientCertAuthentication.authenticate(IAuthCredentials authCred) -
Uses of IAuthToken in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization with parameters of type IAuthTokenModifier and TypeMethodDescriptionAuthzSubsystem.authorize(String authzMgrInstName, IAuthToken authToken, String exp) AuthzSubsystem.authorize(String authzMgrName, IAuthToken authToken, String resource, String operation) AuthzSubsystem.authorize(String authzMgrInstName, IAuthToken authToken, String resource, String operation, String realm) Authorization to the named authorization manager instancevoidAuthzSubsystem.checkRealm(String realm, IAuthToken authToken, String owner, String resource, String operation) Authorize the user against the specified realm. -
Uses of IAuthToken in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return IAuthTokenMethods in com.netscape.cmscore.request with parameters of type IAuthToken -
Uses of IAuthToken in org.dogtagpki.server.authentication
Classes in org.dogtagpki.server.authentication that implement IAuthTokenModifier and TypeClassDescriptionclassAuthentication token returned by Authentication Managers.Methods in org.dogtagpki.server.authentication that return IAuthTokenModifier and TypeMethodDescriptionAuthManager.authenticate(IAuthCredentials authCred) Authenticate the given credentials. -
Uses of IAuthToken in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization with parameters of type IAuthTokenModifier and TypeMethodDescriptionIAuthzManager.authorize(IAuthToken authToken, String expression) IAuthzManager.authorize(IAuthToken authToken, String resource, String operation) Check if the user is authorized to perform the given operation on the given resource.