Package io.jans.as.client.ssa.get
Class SsaGetClient
- java.lang.Object
-
- io.jans.as.client.BaseClient<SsaGetRequest,SsaGetResponse>
-
- io.jans.as.client.ssa.get.SsaGetClient
-
public class SsaGetClient extends BaseClient<SsaGetRequest,SsaGetResponse>
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
-
Constructor Summary
Constructors Constructor Description SsaGetClient(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsaGetResponse
exec()
SsaGetResponse
execSsaGet(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
-
SsaGetClient
public SsaGetClient(String url)
-
-
Method Detail
-
getHttpMethod
public String getHttpMethod()
- Specified by:
getHttpMethod
in classBaseClient<SsaGetRequest,SsaGetResponse>
-
execSsaGet
public SsaGetResponse execSsaGet(String accessToken, String jti, String orgId)
-
exec
public SsaGetResponse exec()
-
-