Uses of Interface
com.netscape.certsrv.authentication.IAuthToken
-
-
Uses of IAuthToken in com.netscape.certsrv.authentication
Classes in com.netscape.certsrv.authentication that implement IAuthToken Modifier and Type Class Description classExternalAuthTokenAuthentication token that wraps an externally authenticated principal to return.Methods in com.netscape.certsrv.authentication with parameters of type IAuthToken Modifier and Type Method Description char[]ISharedToken. getSharedToken(java.lang.String identification, IAuthToken authToken) -
Uses of IAuthToken in com.netscape.certsrv.evaluators
Methods in com.netscape.certsrv.evaluators with parameters of type IAuthToken Modifier and Type Method Description booleanIAccessEvaluator. evaluate(IAuthToken authToken, java.lang.String type, java.lang.String op, java.lang.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 IAuthToken Modifier and Type Method Description IAuthTokenIRequest. getExtDataInAuthToken(java.lang.String key)Retrieves an authtoken.Methods in com.netscape.certsrv.request with parameters of type IAuthToken Modifier and Type Method Description booleanIRequest. setExtData(java.lang.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 IAuthToken Modifier and Type Method Description IAuthTokenAgentCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenCMCAuth. authenticate(IAuthCredentials authCred)Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthTokenDirBasedAuthentication. authenticate(IAuthCredentials authCred)Authenticates user through LDAP by a set of credentials.IAuthTokenFlatFileAuth. authenticate(IAuthCredentials authCred)Authenticate the requestIAuthTokenHashAuthentication. authenticate(IAuthCredentials authCreds)Authenticates a user based on uid, pwd in the directory.IAuthTokenSessionAuthentication. authenticate(IAuthCredentials authCred)Authenticate user.IAuthTokenSSLclientCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user by certificateIAuthTokenTokenAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenHashAuthentication. getAuthToken(java.lang.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 IAuthToken Modifier and Type Method Description voidHashAuthentication. addAuthToken(java.lang.String pageID, IAuthToken token)char[]SharedSecret. getSharedToken(java.lang.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 IAuthToken Modifier and Type Method Description AuthzTokenAAclAuthz. authorize(IAuthToken authToken, java.lang.String expression)AuthzTokenAAclAuthz. authorize(IAuthToken authToken, java.lang.String resource, java.lang.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); }AuthzTokenBasicGroupAuthz. authorize(IAuthToken authToken, java.lang.String expression)AuthzTokenBasicGroupAuthz. authorize(IAuthToken authToken, java.lang.String resource, java.lang.String operation)protected booleanAAclAuthz. checkAllowEntries(IAuthToken authToken, java.lang.Iterable<java.lang.String> nodes, java.lang.String perm)protected voidAAclAuthz. checkDenyEntries(IAuthToken authToken, java.lang.Iterable<java.lang.String> nodes, java.lang.String perm)throw EACLsException if a deny entry is matchedvoidAAclAuthz. checkPermission(IAuthToken authToken, java.lang.String name, java.lang.String perm)Checks if the permission is granted or denied with id from authtoken gotten from authentication that precedes authorization.booleanAAclAuthz. evaluateACLs(IAuthToken authToken, java.lang.String exp) -
Uses of IAuthToken in com.netscape.cms.evaluators
Methods in com.netscape.cms.evaluators with parameters of type IAuthToken Modifier and Type Method Description booleanGroupAccessEvaluator. evaluate(IAuthToken authToken, java.lang.String type, java.lang.String op, java.lang.String value)evaluates uid in AuthToken to see if it has membership in group valuebooleanIPAddressAccessEvaluator. evaluate(IAuthToken authToken, java.lang.String type, java.lang.String op, java.lang.String value)Gets the IP address from session contextbooleanUserAccessEvaluator. evaluate(IAuthToken authToken, java.lang.String type, java.lang.String op, java.lang.String value)Evaluates the user in AuthToken to see if it's equal to valuebooleanUserOrigReqAccessEvaluator. evaluate(IAuthToken authToken, java.lang.String type, java.lang.String op, java.lang.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 IAuthToken Modifier and Type Method Description voidProfileAuthenticator. 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 IAuthToken Modifier and Type Method Description voidEnrollProfile. submit(IAuthToken token, IRequest request)This method is called after the user submits the request from the end-entity page.abstract voidProfile. submit(IAuthToken token, IRequest request)Handles end-user request submission. -
Uses of IAuthToken in com.netscape.cms.realm
Methods in com.netscape.cms.realm that return IAuthToken Modifier and Type Method Description IAuthTokenPKIPrincipal. getAuthToken()Methods in com.netscape.cms.realm with parameters of type IAuthToken Modifier and Type Method Description protected java.security.PrincipalPKIRealm. getPrincipal(User user, IAuthToken authToken)protected java.security.PrincipalPKIRealm. getPrincipal(java.lang.String username, IAuthToken authToken)Constructors in com.netscape.cms.realm with parameters of type IAuthToken Constructor Description PKIPrincipal(User user, java.lang.String password, java.util.List<java.lang.String> roles, IAuthToken authToken) -
Uses of IAuthToken in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type IAuthToken Modifier and Type Method Description booleanAdminServlet. 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 IAuthToken Modifier and Type Method Description IAuthTokenCMSServlet. authenticate(CMSRequest req)IAuthTokenCMSServlet. authenticate(CMSRequest req, java.lang.String authMgrName)IAuthTokenCMSServlet. authenticate(javax.servlet.http.HttpServletRequest httpReq)IAuthTokenCMSServlet. authenticate(javax.servlet.http.HttpServletRequest httpReq, java.lang.String authMgrName)Authenticationprotected IAuthTokenCMSServlet. getAuthToken(IRequest req)Methods in com.netscape.cms.servlet.base with parameters of type IAuthToken Modifier and Type Method Description AuthzTokenCMSServlet. authorize(java.lang.String authzMgrName, IAuthToken authToken, java.lang.String resource, java.lang.String operation)Authorize must occur after AuthenticateAuthzTokenCMSServlet. authorize(java.lang.String authzMgrName, java.lang.String resource, IAuthToken authToken, java.lang.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 IAuthToken Modifier and Type Method Description static IAuthTokenCMSGateway. checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, java.security.cert.X509Certificate cert, java.lang.String authMgrName) -
Uses of IAuthToken in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that return IAuthToken Modifier and Type Method Description protected IAuthTokenCloneServlet. authenticate(java.security.cert.X509Certificate peerCert)Methods in com.netscape.cms.servlet.connector with parameters of type IAuthToken Modifier and Type Method Description protected IPKIMessageCloneServlet. processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)protected IPKIMessageConnectorServlet. processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)Process request -
Uses of IAuthToken in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key with parameters of type IAuthToken Modifier and Type Method Description voidKeyRequestDAO. approveRequest(RequestId id, java.lang.String requestor, IAuthToken authToken)voidKeyRequestDAO. cancelRequest(RequestId id, IAuthToken authToken)IRequestKeyRequestDAO. createRecoveryRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken, boolean ephemeral)KeyRequestInfoKeyRequestDAO. getRequest(RequestId id, javax.ws.rs.core.UriInfo uriInfo, IAuthToken authToken)Gets info for a specific requestvoidKeyRequestDAO. rejectRequest(RequestId id, IAuthToken authToken)KeyRequestResponseKeyRequestDAO. submitAsyncKeyRecoveryRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken)KeyRequestResponseKeyRequestDAO. submitRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken)Submits a key recovery request. -
Uses of IAuthToken in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IAuthToken Modifier and Type Method Description voidCMCProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)voidKeyGenProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)voidPKCS10Processor. fillCertInfo(java.lang.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(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)org.mozilla.jss.netscape.security.x509.X509CertInfo[]CMCProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)org.mozilla.jss.netscape.security.x509.X509CertInfo[]CRMFProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]PKIProcessor. fillCertInfoArray(java.lang.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.cmscore.authentication
Methods in com.netscape.cmscore.authentication that return IAuthToken Modifier and Type Method Description IAuthTokenAuthSubsystem. authenticate(IAuthCredentials authCred, java.lang.String authMgrInstName)Authenticate to the named authentication manager instanceIAuthTokenCertUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenChallengePhraseAuthentication. authenticate(IAuthCredentials authCred)authenticates revocation of a certification by a challenge phraseIAuthTokenNullAuthentication. authenticate(IAuthCredentials authCred)authenticates nothingIAuthTokenPasswdUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates administratrators by LDAP uid/pwdIAuthTokenSSLClientCertAuthentication. authenticate(IAuthCredentials authCred) -
Uses of IAuthToken in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization with parameters of type IAuthToken Modifier and Type Method Description AuthzTokenAuthzSubsystem. authorize(java.lang.String authzMgrInstName, IAuthToken authToken, java.lang.String exp)AuthzTokenAuthzSubsystem. authorize(java.lang.String authzMgrName, IAuthToken authToken, java.lang.String resource, java.lang.String operation)AuthzTokenAuthzSubsystem. authorize(java.lang.String authzMgrInstName, IAuthToken authToken, java.lang.String resource, java.lang.String operation, java.lang.String realm)Authorization to the named authorization manager instancevoidAuthzSubsystem. checkRealm(java.lang.String realm, IAuthToken authToken, java.lang.String owner, java.lang.String resource, java.lang.String operation)Authorize the user against the specified realm. -
Uses of IAuthToken in org.dogtagpki.server.authentication
Classes in org.dogtagpki.server.authentication that implement IAuthToken Modifier and Type Class Description classAuthTokenAuthentication token returned by Authentication Managers.Methods in org.dogtagpki.server.authentication that return IAuthToken Modifier and Type Method Description IAuthTokenAuthManager. 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 IAuthToken Modifier and Type Method Description AuthzTokenIAuthzManager. authorize(IAuthToken authToken, java.lang.String expression)AuthzTokenIAuthzManager. authorize(IAuthToken authToken, java.lang.String resource, java.lang.String operation)Check if the user is authorized to perform the given operation on the given resource.
-