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
Constructors Constructor Description GlobalTokenRevocationClient(String url)
Constructs a client by providing a REST url where the global token revocation endpoint is located.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalTokenRevocationResponse
exec()
GlobalTokenRevocationResponse
exec(GlobalTokenRevocationClientRequest request)
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
-
GlobalTokenRevocationClient
public GlobalTokenRevocationClient(String url)
Constructs a client by providing a REST url where the global token revocation endpoint is located.- Parameters:
url
- global token revocation endpoint
-
-
Method Detail
-
getHttpMethod
public String getHttpMethod()
- Specified by:
getHttpMethod
in classBaseClient<GlobalTokenRevocationClientRequest,GlobalTokenRevocationResponse>
-
exec
public GlobalTokenRevocationResponse exec(GlobalTokenRevocationClientRequest request)
-
exec
public GlobalTokenRevocationResponse exec()
-
-