Interface ProfileAuthenticator

All Superinterfaces:
AuthManager
All Known Implementing Classes:
AgentCertAuthentication, CMCAuth, FlatFileAuth, SessionAuthentication, SSLclientCertAuthentication, TokenAuthentication, UidPwdDirAuthentication, UidPwdPinDirAuthentication, UserPwdDirAuthentication

public interface ProfileAuthenticator extends AuthManager
This interface represents an authenticator for profile. An authenticator is responsibile for authenting the end-user. If authentication is successful, request can be processed immediately. Otherwise, the request will be defered and manual approval is then required.
Version:
$Revision$, $Date$