public interface ProxyAuthenticator
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String userName,
String password)
Authenticates the user using the specified userName and password.
|
String |
getRealm()
The realm value to be used in the request for proxy authentication
("Proxy-Authenticate" header).
|
boolean authenticate(String userName, String password)
userName
- The user name.password
- The password.true
if the credentials are acceptable, otherwise
false
.String getRealm()
Copyright © 2009–2017 LittleShoot. All rights reserved.