butler.ext.authentication
Class SystemAuthenticator

java.lang.Object
  extended by butler.ext.authentication.SystemAuthenticator
All Implemented Interfaces:
Authenticator

public class SystemAuthenticator
extends java.lang.Object
implements Authenticator

Author:
Fredrik Bertilsson

Constructor Summary
SystemAuthenticator()
           
 
Method Summary
 void authenticate(AuthData context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemAuthenticator

public SystemAuthenticator()
Method Detail

authenticate

public void authenticate(AuthData context)
                  throws java.lang.Exception
Specified by:
authenticate in interface Authenticator
Throws:
java.lang.Exception