Uses of Interface
com.netscape.certsrv.profile.IProfileAuthenticator

Packages that use IProfileAuthenticator
com.netscape.certsrv.profile   
com.netscape.cms.authentication   
com.netscape.cms.profile.common   
com.netscape.cms.servlet.cert.scep   
com.netscape.cms.servlet.profile   
 

Uses of IProfileAuthenticator in com.netscape.certsrv.profile
 

Methods in com.netscape.certsrv.profile that return IProfileAuthenticator
 IProfileAuthenticator IProfile.getAuthenticator()
          Retrieves the associated authenticator instance.
 

Uses of IProfileAuthenticator in com.netscape.cms.authentication
 

Classes in com.netscape.cms.authentication that implement IProfileAuthenticator
 class AgentCertAuthentication
          Certificate server agent authentication.
 class CMCAuth
          UID/CMC authentication plug-in
 class FlatFileAuth
          This represents the authentication manager that authenticates user against a file where id, and password are stored.
 class SSLclientCertAuthentication
          Certificate server SSL client authentication.
 class TokenAuthentication
          Token authentication.
 class UidPwdDirAuthentication
          uid/pwd directory based authentication manager
 class UidPwdPinDirAuthentication
          uid/pwd/pin directory based authentication manager
 class UserPwdDirAuthentication
          uid/pwd directory based authentication manager
 

Uses of IProfileAuthenticator in com.netscape.cms.profile.common
 

Fields in com.netscape.cms.profile.common declared as IProfileAuthenticator
protected  IProfileAuthenticator BasicProfile.mAuthenticator
           
 

Methods in com.netscape.cms.profile.common that return IProfileAuthenticator
 IProfileAuthenticator BasicProfile.getAuthenticator()
           
 

Uses of IProfileAuthenticator in com.netscape.cms.servlet.cert.scep
 

Methods in com.netscape.cms.servlet.cert.scep with parameters of type IProfileAuthenticator
 IAuthToken CRSEnrollment.authenticate(AuthCredentials credentials, IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request)
           
 

Uses of IProfileAuthenticator in com.netscape.cms.servlet.profile
 

Methods in com.netscape.cms.servlet.profile with parameters of type IProfileAuthenticator
 IAuthToken ProfileSubmitServlet.authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request)
           
 IAuthToken ProfileSubmitCMCServlet.authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request)
           
 IAuthToken ProfileSubmitServlet.authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, IRequest origReq, SessionContext context)