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(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsaGetJwtResponse
exec()
SsaGetJwtResponse
execGetJwtSsa(@NotNull String accessToken, @NotNull String jti)
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
-
SsaGetJwtClient
public SsaGetJwtClient(String url)
-
-
Method Detail
-
getHttpMethod
public String getHttpMethod()
- Specified by:
getHttpMethod
in classBaseClient<SsaGetJwtRequest,SsaGetJwtResponse>
-
execGetJwtSsa
public SsaGetJwtResponse execGetJwtSsa(@NotNull @NotNull String accessToken, @NotNull @NotNull String jti)
-
exec
public SsaGetJwtResponse exec()
-
-