|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthCB
This interface requests a dialog box to be displayed for user authentication for HTTP/HTTPS connections as well as password processing for SSL certificate files.
| Method Summary | |
|---|---|
String[] |
getAuth(boolean usesSSL,
String serverName,
String scheme,
String realm,
String resource,
String userID,
String password)
Requests a password. |
| Method Detail |
|---|
String[] getAuth(boolean usesSSL,
String serverName,
String scheme,
String realm,
String resource,
String userID,
String password)
The following parameters indicates how the process is handled:
server = null,
realm = null,
resource = certificateFileName
server = protocol://serverName[:port],
realm = null or realm,
resource = null
server = protocol://serverName[:port],
realm = realmString,
resource = null
The parameters "userID" and "password" are set to null if no previous data is present, otherwise the previous userID (always null for certificate files) and the previous password.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||