java.lang.Object
org.securityfilter.authenticator.AuthenticatorFactory
- public class AuthenticatorFactory
- extends java.lang.Object
AuthenticatorFactory - this class will create Authenticator instance.
It is designed to be easy to extend to add more Authenticator implementations, or to allow custom Authenticators to
be specified in the config file and created here in this factory class.
- Version:
- $Revision: 1.1 $ $Date: 2003/07/07 13:12:56 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatorFactory
public AuthenticatorFactory()
createAuthenticator
public static Authenticator createAuthenticator(javax.servlet.FilterConfig filterConfig,
org.securityfilter.config.SecurityConfig securityConfig)
throws java.lang.Exception
- Create an Authenticator based on the specified configuration information.