org.littleshoot.proxy
Interface ProxyAuthorizationHandler
public interface ProxyAuthorizationHandler
Interface for classes that handle proxy authorization.
|
Method Summary |
boolean |
authenticate(String userName,
String password)
Authenticates the user using the specified user name and password. |
authenticate
boolean authenticate(String userName,
String password)
- Authenticates the user using the specified user name and password.
- Parameters:
userName - The user name.password - The password.
- Returns:
true if the credentials are acceptable, otherwise
false.
Copyright © 2009-2013 LittleShoot. All Rights Reserved.