public abstract class SourceQueryAuthRequest extends SourceQueryRequest
SourceQueryRequest
which supports challenge based protocolsModifier | Constructor and Description |
---|---|
protected |
SourceQueryAuthRequest()
Constructor for SourceQueryAuthRequest.
|
protected |
SourceQueryAuthRequest(Integer challenge)
Constructor for SourceQueryAuthRequest.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getChallenge()
Getter for the field
challenge . |
boolean |
isAutoUpdate()
isAutoUpdate.
|
void |
setAutoUpdate(boolean autoUpdate)
Setter for the field
autoUpdate . |
void |
setChallenge(Integer challenge)
Setter for the field
challenge . |
buildToString, equals, hashCode, id, toString
protected SourceQueryAuthRequest()
Constructor for SourceQueryAuthRequest.
public Integer getChallenge()
Getter for the field challenge
.
Integer
objectpublic void setChallenge(Integer challenge)
Setter for the field challenge
.
challenge
- a Integer
objectpublic boolean isAutoUpdate()
isAutoUpdate.
public void setAutoUpdate(boolean autoUpdate)
Setter for the field autoUpdate
.
autoUpdate
- a booleanCopyright © 2016–2024. All rights reserved.