Uses of Interface
com.netscape.certsrv.profile.IProfileAuthenticator
-
-
Uses of IProfileAuthenticator in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return IProfileAuthenticator Modifier and Type Method Description IProfileAuthenticatorIProfile. getAuthenticator()Retrieves the associated authenticator instance. -
Uses of IProfileAuthenticator in com.netscape.cms.authentication
Classes in com.netscape.cms.authentication that implement IProfileAuthenticator Modifier and Type Class Description classAgentCertAuthenticationCertificate server agent authentication.classCMCAuthUID/CMC authentication plug-inclassCMCUserSignedAuthUser Signed CMC authentication plug-in note: - this version differs from CMCAuth in that it allows non-agent users to sign own cmc requests; It is expected to be used with CMCUserSignedSubjectNameDefault and CMCUserSignedSubjectNameConstraint so that the resulting cert will bear the same subjectDN of that of the CMC signing cert - it originates from CMCAuth with modification for user-signed cmcclassFlatFileAuthThis represents the authentication manager that authenticates user against a file where id, and password are stored.classSessionAuthenticationPull any existing auth token from the session context.classSSLclientCertAuthenticationCertificate server SSL client authentication.classTokenAuthenticationToken authentication.classUidPwdDirAuthenticationuid/pwd directory based authentication managerclassUidPwdPinDirAuthenticationuid/pwd/pin directory based authentication managerclassUserPwdDirAuthenticationuid/pwd directory based authentication manager -
Uses of IProfileAuthenticator in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return IProfileAuthenticator Modifier and Type Method Description IProfileAuthenticatorBasicProfile. getAuthenticator() -
Uses of IProfileAuthenticator in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert with parameters of type IProfileAuthenticator Modifier and Type Method Description protected voidCertProcessor. populateRequests(CertEnrollmentRequest data, boolean isRenewal, java.util.Locale locale, java.util.Date origNotAfter, java.lang.String origSubjectDN, IRequest origReq, java.lang.String profileId, IProfile profile, IProfileContext ctx, IProfileAuthenticator authenticator, IAuthToken authToken, IRequest[] reqs)protected voidCertProcessor. setCredentialsIntoContext(javax.servlet.http.HttpServletRequest request, AuthCredentials creds, IProfileAuthenticator authenticator, IProfileContext ctx) -
Uses of IProfileAuthenticator in com.netscape.cms.servlet.cert.scep
Methods in com.netscape.cms.servlet.cert.scep with parameters of type IProfileAuthenticator Modifier and Type Method Description IAuthTokenCRSEnrollment. authenticate(AuthCredentials credentials, IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request) -
Uses of IProfileAuthenticator in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IProfileAuthenticator Modifier and Type Method Description IAuthTokenCAProcessor. authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, IRequest origReq, SessionContext context, AuthCredentials credentials)AUTHENTICATION FUNCTIONS (move to Realm?)IAuthTokenCAProcessor. authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, AuthCredentials credentials)IAuthTokenCAProcessor. authenticate(javax.servlet.http.HttpServletRequest request, IRequest origReq, IProfileAuthenticator authenticator, SessionContext context, boolean isRenewal, AuthCredentials credentials) -
Uses of IProfileAuthenticator in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile with parameters of type IProfileAuthenticator Modifier and Type Method Description IAuthTokenProfileSubmitCMCServlet. authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request)
-