Class RevocationErrorResponse
java.lang.Object
energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationResponse
energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationErrorResponse
- All Implemented Interfaces:
com.nimbusds.oauth2.sdk.Message,com.nimbusds.oauth2.sdk.Response
-
Field Summary
Fields inherited from class energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationResponse
httpResponse -
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.oauth2.sdk.ErrorObjectbooleanstatic RevocationErrorResponseparse(com.nimbusds.oauth2.sdk.http.HTTPResponse response) Methods inherited from class energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationResponse
toErrorResponse, toHTTPResponse
-
Method Details
-
parse
public static RevocationErrorResponse parse(com.nimbusds.oauth2.sdk.http.HTTPResponse response) throws com.nimbusds.oauth2.sdk.ParseException - Throws:
com.nimbusds.oauth2.sdk.ParseException
-
getErrorObject
public com.nimbusds.oauth2.sdk.ErrorObject getErrorObject() -
indicatesSuccess
public boolean indicatesSuccess()
-