public interface AuthCB
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAuth(boolean usesSSL,
boolean isProxy,
String serverName,
String scheme,
String realm,
String resource,
String userID,
String password)
Requests a password.
|
String[] getAuth(boolean usesSSL, boolean isProxy, 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.
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.