Package io.jans.as.client
Class RevokeSessionClient
- java.lang.Object
-
- io.jans.as.client.BaseClient<RevokeSessionRequest,RevokeSessionResponse>
-
- io.jans.as.client.RevokeSessionClient
-
public class RevokeSessionClient extends BaseClient<RevokeSessionRequest,RevokeSessionResponse>
- Author:
- Yuriy Zabrovarnyy
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
-
Constructor Summary
Constructors Constructor Description RevokeSessionClient(java.lang.String url)
Constructs a token client by providing a REST url where the token service is located.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevokeSessionResponse
exec()
RevokeSessionResponse
exec(RevokeSessionRequest request)
java.lang.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
-
-
-
-
Method Detail
-
getHttpMethod
public java.lang.String getHttpMethod()
- Specified by:
getHttpMethod
in classBaseClient<RevokeSessionRequest,RevokeSessionResponse>
-
exec
public RevokeSessionResponse exec(RevokeSessionRequest request)
-
exec
public RevokeSessionResponse exec()
-
-