Class RevocationSuccessResponse
java.lang.Object
energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationResponse
energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationSuccessResponse
- 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 TypeMethodDescriptionbooleanstatic RevocationSuccessResponseparse(com.nimbusds.oauth2.sdk.http.HTTPResponse httpResponse) Methods inherited from class energy.eddie.regionconnector.cds.services.oauth.revocation.RevocationResponse
toErrorResponse, toHTTPResponse
-
Method Details
-
parse
public static RevocationSuccessResponse parse(com.nimbusds.oauth2.sdk.http.HTTPResponse httpResponse) throws com.nimbusds.oauth2.sdk.ParseException - Throws:
com.nimbusds.oauth2.sdk.ParseException
-
indicatesSuccess
public boolean indicatesSuccess()
-