Package io.jans.as.client.ssa.revoke
Class SsaRevokeClient
- java.lang.Object
-
- io.jans.as.client.BaseClient<SsaRevokeRequest,SsaRevokeResponse>
-
- io.jans.as.client.ssa.revoke.SsaRevokeClient
-
public class SsaRevokeClient extends BaseClient<SsaRevokeRequest,SsaRevokeResponse>
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
-
Constructor Summary
Constructors Constructor Description SsaRevokeClient(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsaRevokeResponse
exec()
SsaRevokeResponse
execSsaRevoke(String accessToken, String jti, String orgId)
String
getHttpMethod()
-
Methods inherited from class io.jans.as.client.BaseClient
addReqParam, addReqParam, applyCookies, closeConnection, getCookies, getExecutor, getHeaders, getRequest, getRequestAsString, getResponse, getResponseAsString, getUrl, initClient, prepareAuthorizatedClientRequest, setExecutor, setRequest, setResponse, setUrl
-
-
-
-
Constructor Detail
-
SsaRevokeClient
public SsaRevokeClient(String url)
-
-
Method Detail
-
getHttpMethod
public String getHttpMethod()
- Specified by:
getHttpMethod
in classBaseClient<SsaRevokeRequest,SsaRevokeResponse>
-
execSsaRevoke
public SsaRevokeResponse execSsaRevoke(String accessToken, String jti, String orgId)
-
exec
public SsaRevokeResponse exec()
-
-