org.siebengeisslein.admin
Class SGAuthenticator

java.lang.Object
  extended by org.siebengeisslein.admin.SGAuthenticator
All Implemented Interfaces:
Authenticator

public class SGAuthenticator
extends java.lang.Object
implements Authenticator


Field Summary
static java.lang.String ACCOUNTS
           
 
Constructor Summary
SGAuthenticator(Client client)
           
 
Method Summary
 UserProfile authenticate(java.lang.String username, java.lang.String password, LocalConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCOUNTS

public static final java.lang.String ACCOUNTS
See Also:
Constant Field Values
Constructor Detail

SGAuthenticator

public SGAuthenticator(Client client)
                throws java.io.IOException,
                       CoreException,
                       UnknownRootException,
                       java.lang.InterruptedException
Throws:
java.io.IOException
CoreException
UnknownRootException
java.lang.InterruptedException
Method Detail

authenticate

public UserProfile authenticate(java.lang.String username,
                                java.lang.String password,
                                LocalConnection connection)
                         throws java.io.IOException,
                                LoginException
Specified by:
authenticate in interface Authenticator
Throws:
java.io.IOException
LoginException