|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.net.Authenticator com.esri.gpt.framework.security.credentials.ProxyAuthenticator
public class ProxyAuthenticator
Provides credentials for outbound HTTP requests requiring proxy authentication.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.net.Authenticator |
---|
Authenticator.RequestorType |
Constructor Summary | |
---|---|
ProxyAuthenticator(String username,
String password)
Constructs the authenticator. |
Method Summary | |
---|---|
protected PasswordAuthentication |
getPasswordAuthentication()
Gets an instance of the password authentication credentials. |
static void |
setDefault(String username,
String password)
Sets up the system default authenticator of outbound HTTP requests requiring proxy authentication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyAuthenticator(String username, String password)
username
- the usernamepassword
- the passwordMethod Detail |
---|
protected PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication
in class Authenticator
public static void setDefault(String username, String password)
username
- the usernamepassword
- the password
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |