butler.ext.authentication
Class MultiAuthenticator

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

public class MultiAuthenticator
extends java.lang.Object
implements Authenticator

Author:
Fredrik Bertilsson

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

Constructor Detail

MultiAuthenticator

public MultiAuthenticator()
Method Detail

addAuthentication

public void addAuthentication(Authenticator auth)

authenticate

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