Package io.jans.as.client
Class RevokeSessionClient
java.lang.Object
io.jans.as.client.BaseClient<RevokeSessionRequest,RevokeSessionResponse>
io.jans.as.client.RevokeSessionClient
- Author:
- Yuriy Zabrovarnyy
-
Field Summary
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a token client by providing a REST url where the token service 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
-
RevokeSessionClient
Constructs a token client by providing a REST url where the token service is located.- Parameters:
url
- The REST Service location.
-
-
Method Details
-
getHttpMethod
- Specified by:
getHttpMethod
in classBaseClient<RevokeSessionRequest,
RevokeSessionResponse>
-
exec
-
exec
-