public static final class InvalidClient.Builder
extends java.lang.Object
InvalidClient.| Constructor and Description |
|---|
Builder(java.lang.String challenge)
Constructor with parameters for the required properties of
InvalidClient. |
| Modifier and Type | Method and Description |
|---|---|
InvalidClient |
build() |
InvalidClient.Builder |
setErrorDescription(java.lang.String errorDescription)
Human-readable ASCII text providing additional information, used to assist the
client developer in understanding the error that occurred.
|
InvalidClient.Builder |
setErrorUri(java.net.URI errorUri)
A URI identifying a human-readable web page with information about the error,
used to provide the client developer with additional information about the
error.
|
public Builder(java.lang.String challenge)
InvalidClient.public InvalidClient.Builder setErrorDescription(java.lang.String errorDescription)
errorDescription - New value for the property.public InvalidClient.Builder setErrorUri(java.net.URI errorUri)
errorUri - New value for the property.public InvalidClient build()