@Prototype public class DefaultAuthorizationErrorResponse extends StateAwareAuthorizationCallback implements AuthorizationErrorResponse
AuthorizationErrorResponseJSON_KEY_ERROR, JSON_KEY_ERROR_DESCRIPTION, JSON_KEY_ERROR_URI, JSON_KEY_STATE| Constructor and Description |
|---|
DefaultAuthorizationErrorResponse(io.micronaut.http.HttpRequest<java.util.Map<java.lang.String,java.lang.Object>> request,
StateSerDes stateSerDes) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationError |
getError() |
java.lang.String |
getErrorDescription() |
java.lang.String |
getErrorUri() |
java.lang.String |
getStateValue() |
getStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatepublic DefaultAuthorizationErrorResponse(@Parameter
io.micronaut.http.HttpRequest<java.util.Map<java.lang.String,java.lang.Object>> request,
StateSerDes stateSerDes)
request - The callback requeststateSerDes - The state serializer/deserializer@Nonnull public AuthorizationError getError()
getError in interface AuthorizationErrorResponse@Nullable public java.lang.String getErrorDescription()
getErrorDescription in interface AuthorizationErrorResponse@Nullable public java.lang.String getStateValue()
getStateValue in class StateAwareAuthorizationCallback@Nullable public java.lang.String getErrorUri()
getErrorUri in interface AuthorizationErrorResponse