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 TypeClassDescriptionclass
Authentication 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 TypeMethodDescriptionboolean
IAccessEvaluator.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.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 IAuthToken
CMCAuth.verifySignerInfo
(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq) Methods in com.netscape.cms.authentication with parameters of type IAuthTokenModifier and TypeMethodDescriptionvoid
HashAuthentication.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 enrollmentvoid
AgentCertAuthentication.populate
(IAuthToken token, Request request) void
CMCAuth.populate
(IAuthToken token, Request request) void
FlatFileAuth.populate
(IAuthToken token, Request request) void
SessionAuthentication.populate
(IAuthToken token, Request request) void
SSLclientCertAuthentication.populate
(IAuthToken token, Request request) void
TokenAuthentication.populate
(IAuthToken token, Request request) void
UidPwdDirAuthentication.populate
(IAuthToken token, Request request) void
UidPwdPinDirAuthentication.populate
(IAuthToken token, Request request) void
UserPwdDirAuthentication.populate
(IAuthToken token, Request 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 boolean
AAclAuthz.checkAllowEntries
(IAuthToken authToken, Iterable<String> nodes, String perm) protected void
AAclAuthz.checkDenyEntries
(IAuthToken authToken, Iterable<String> nodes, String perm) throw EACLsException if a deny entry is matchedvoid
AAclAuthz.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.boolean
AAclAuthz.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 TypeMethodDescriptionboolean
GroupAccessEvaluator.evaluate
(IAuthToken authToken, String type, String op, String value) evaluates uid in AuthToken to see if it has membership in group valueboolean
IPAddressAccessEvaluator.evaluate
(IAuthToken authToken, String type, String op, String value) Gets the IP address from session contextboolean
UserAccessEvaluator.evaluate
(IAuthToken authToken, String type, String op, String value) Evaluates the user in AuthToken to see if it's equal to valueboolean
UserOrigReqAccessEvaluator.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 TypeMethodDescriptionvoid
ProfileAuthenticator.populate
(IAuthToken token, Request 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 TypeMethodDescriptionvoid
EnrollProfile.submit
(IAuthToken token, Request request) This method is called after the user submits the request from the end-entity page.void
EnrollProfile.submit
(IAuthToken token, Request request, boolean explicitApprovalRequired) abstract void
Profile.submit
(IAuthToken token, Request request) Handles end-user request submission.abstract void
Profile.submit
(IAuthToken token, Request 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 Principal
PKIRealm.getPrincipal
(User user, IAuthToken authToken) protected Principal
PKIRealm.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 TypeMethodDescriptionboolean
AdminServlet.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 IAuthToken
CMSServlet.getAuthToken
(Request 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 void
CMSServlet.saveAuthToken
(IAuthToken token, Request req) -
Uses of IAuthToken in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return IAuthTokenModifier and TypeMethodDescriptionstatic IAuthToken
CMSGateway.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 IAuthToken
CloneServlet.authenticate
(X509Certificate peerCert) Methods in com.netscape.cms.servlet.connector with parameters of type IAuthTokenModifier and TypeMethodDescriptionprotected IPKIMessage
CloneServlet.processRequest
(String source, String sourceUserId, IPKIMessage msg, IAuthToken token) protected IPKIMessage
ConnectorServlet.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 TypeMethodDescriptionvoid
CMCProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) void
KeyGenProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) protected void
PKIProcessor.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, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, Request req) static void
PKIProcessor.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.X509CertInfo
CRMFProcessor.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 TypeMethodDescriptionvoid
QueryReq.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 instancevoid
AuthzSubsystem.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 TypeClassDescriptionclass
Authentication 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.