public class AuthChallenge extends Object
| Constructor and Description |
|---|
AuthChallenge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrigin()
Origin of the challenger.
|
String |
getRealm()
The realm of the challenge.
|
String |
getScheme()
The authentication scheme used, such as basic or digest
|
AuthChallengeSource |
getSource()
Source of the authentication challenge.
|
void |
setOrigin(String origin)
Origin of the challenger.
|
void |
setRealm(String realm)
The realm of the challenge.
|
void |
setScheme(String scheme)
The authentication scheme used, such as basic or digest
|
void |
setSource(AuthChallengeSource source)
Source of the authentication challenge.
|
public AuthChallengeSource getSource()
public void setSource(AuthChallengeSource source)
public String getOrigin()
public void setOrigin(String origin)
public String getScheme()
public void setScheme(String scheme)
public String getRealm()
public void setRealm(String realm)
Copyright © 2020. All rights reserved.