public class AuthChallengeResponse extends Object
| Constructor and Description |
|---|
AuthChallengeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
The password to provide, possibly empty.
|
AuthChallengeResponseResponse |
getResponse()
The decision on what to do in response to the authorization challenge.
|
String |
getUsername()
The username to provide, possibly empty.
|
void |
setPassword(String password)
The password to provide, possibly empty.
|
void |
setResponse(AuthChallengeResponseResponse response)
The decision on what to do in response to the authorization challenge.
|
void |
setUsername(String username)
The username to provide, possibly empty.
|
public AuthChallengeResponseResponse getResponse()
public void setResponse(AuthChallengeResponseResponse response)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2020. All rights reserved.