public static interface ServiceAuthHandler.Challenge
Modifier and Type | Method and Description |
---|---|
String |
getRealm()
Gets the realm.
|
void |
setUsernamePassword(String username,
char[] password)
Sets the username and password.
|