|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.net.Authenticator
|
+--jrun.appclient.HttpAuthenticator
This is the callback object that gets called when a protected resource needs to be accessed and authentication information is needed. Pops up a UI to input username and password.
| Field Summary | |
static boolean |
debug
|
| Constructor Summary | |
HttpAuthenticator(AppClient appClient)
Create the authenticator. |
|
| Method Summary | |
protected java.net.PasswordAuthentication |
getPasswordAuthentication()
This is called when authentication is needed for a protected web resource. |
| Methods inherited from class java.net.Authenticator |
getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, setDefault |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final boolean debug
| Constructor Detail |
public HttpAuthenticator(AppClient appClient)
| Method Detail |
protected java.net.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class java.net.Authenticator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||