org.littleshoot.proxy
Interface ProxyAuthenticator


public interface ProxyAuthenticator

Interface for objects that can authenticate someone for using our Proxy on the basis of a username and password.


Method Summary
 boolean authenticate(String userName, String password)
          Authenticates the user using the specified userName and password.
 

Method Detail

authenticate

boolean authenticate(String userName,
                     String password)
Authenticates the user using the specified userName and password.

Parameters:
userName - The user name.
password - The password.
Returns:
true if the credentials are acceptable, otherwise false.


Copyright © 2009-2014 LittleShoot. All Rights Reserved.