org.qi4j.library.auth
Class Authenticator.DefaultAuthenticator

java.lang.Object
  extended by org.qi4j.library.auth.Authenticator.DefaultAuthenticator
All Implemented Interfaces:
Authenticator
Enclosing interface:
Authenticator

public static class Authenticator.DefaultAuthenticator
extends Object
implements Authenticator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.auth.Authenticator
Authenticator.DefaultAuthenticator
 
Field Summary
 
Fields inherited from interface org.qi4j.library.auth.Authenticator
ANONYMOUS_USER
 
Constructor Summary
Authenticator.DefaultAuthenticator()
           
 
Method Summary
 UserPrincipal authenticate(String userId, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator.DefaultAuthenticator

public Authenticator.DefaultAuthenticator()
Method Detail

authenticate

public UserPrincipal authenticate(String userId,
                                  String password)
Specified by:
authenticate in interface Authenticator