Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.securityfilter.authenticator
Class AuthenticatorFactory  view AuthenticatorFactory download AuthenticatorFactory.java

java.lang.Object
  extended byorg.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 $

Constructor Summary
AuthenticatorFactory()
           
 
Method Summary
static Authenticator createAuthenticator(javax.servlet.FilterConfig filterConfig, org.securityfilter.config.SecurityConfig securityConfig)
          Create an Authenticator based on the specified configuration information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatorFactory

public AuthenticatorFactory()
Method Detail

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.