edu.uoc.tfc.j2ee.icampanario.components.authenticator
Class AuthenticatorFactory

java.lang.Object
  extended by edu.uoc.tfc.j2ee.icampanario.components.authenticator.AuthenticatorFactory
All Implemented Interfaces:
java.io.Serializable

public class AuthenticatorFactory
extends java.lang.Object
implements java.io.Serializable

Clase fábrica para el componente Authenticator

Author:
Ismael Campanario Cabrera
See Also:
Serialized Form

Constructor Summary
AuthenticatorFactory()
           
 
Method Summary
static Authenticator createInstance()
          Creates a new default instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatorFactory

public AuthenticatorFactory()
Method Detail

createInstance

public static Authenticator createInstance()
Creates a new default instance

Returns:
Authenticator