Package io.jans.as.client
Class GlobalTokenRevocationClient
java.lang.Object
io.jans.as.client.BaseClient<GlobalTokenRevocationClientRequest,GlobalTokenRevocationResponse>
io.jans.as.client.GlobalTokenRevocationClient
public class GlobalTokenRevocationClient
extends BaseClient<GlobalTokenRevocationClientRequest,GlobalTokenRevocationResponse>
- Author:
- Yuriy Z
-
Field Summary
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a client by providing a REST url where the global token revocation endpoint is located. -
Method Summary
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 Details
-
GlobalTokenRevocationClient
Constructs a client by providing a REST url where the global token revocation endpoint is located.- Parameters:
url
- global token revocation endpoint
-
-
Method Details
-
getHttpMethod
- Specified by:
getHttpMethod
in classBaseClient<GlobalTokenRevocationClientRequest,
GlobalTokenRevocationResponse>
-
exec
-
exec
-