org.jboss.reliance.identity
Interface Authenticator

All Known Implementing Classes:
DefaultAuthenticator

public interface Authenticator

Simple authenticator interface.

Author:
Ales Justin

Method Summary
 boolean authenticate(String username, String password)
          Check if username/password is ok.
 

Method Detail

authenticate

boolean authenticate(String username,
                     String password)
Check if username/password is ok.

Parameters:
username - the username
password - the password
Returns:
true if ok, false otherwise


Copyright © 2008 JBoss Inc.. All Rights Reserved.