Package io.jans.as.client.ssa.jwtssa
Class SsaGetJwtClient
- java.lang.Object
-
- io.jans.as.client.BaseClient<SsaGetJwtRequest,SsaGetJwtResponse>
-
- io.jans.as.client.ssa.jwtssa.SsaGetJwtClient
-
public class SsaGetJwtClient extends BaseClient<SsaGetJwtRequest,SsaGetJwtResponse>
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
-
Constructor Summary
Constructors Constructor Description SsaGetJwtClient(java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsaGetJwtResponse
exec()
SsaGetJwtResponse
execGetJwtSsa(@NotNull java.lang.String accessToken, @NotNull java.lang.String jti)
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<SsaGetJwtRequest,SsaGetJwtResponse>
-
execGetJwtSsa
public SsaGetJwtResponse execGetJwtSsa(@NotNull @NotNull java.lang.String accessToken, @NotNull @NotNull java.lang.String jti)
-
exec
public SsaGetJwtResponse exec()
-
-