com.ge.research.app.security
Class AcceptAllAuthenticator

java.lang.Object
  extended bycom.ge.research.app.security.AcceptAllAuthenticator
All Implemented Interfaces:
Authenticator

public class AcceptAllAuthenticator
extends java.lang.Object
implements Authenticator

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:46 $
Author:
garbiras
Created on:
June 5, 2006

Constructor Summary
AcceptAllAuthenticator()
           
 
Method Summary
 Subject authenticate(java.lang.Object id, java.lang.Object credentials)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAllAuthenticator

public AcceptAllAuthenticator()
Method Detail

authenticate

public Subject authenticate(java.lang.Object id,
                            java.lang.Object credentials)
                     throws SecurityException
Specified by:
authenticate in interface Authenticator
Throws:
SecurityException