Class OAuth2RevocationErrorResponse
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.oauth2.messaging.impl.OAuth2RevocationErrorResponse
- All Implemented Interfaces:
ErrorResponse,Message,Response
OAuth2 Token Revocation Error message class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
errorObject
Error Object.
-
-
Constructor Details
-
OAuth2RevocationErrorResponse
Constructor.- Parameters:
error- Error object the response is based on.
-
-
Method Details
-
getErrorObject
- Specified by:
getErrorObjectin interfaceErrorResponse
-
indicatesSuccess
public boolean indicatesSuccess()- Specified by:
indicatesSuccessin interfaceResponse
-
toHTTPResponse
- Specified by:
toHTTPResponsein interfaceResponse
-