Package io.jans.as.client.ssa.jwtssa
Class SsaGetJwtRequest
- java.lang.Object
-
- io.jans.as.client.BaseRequest
-
- io.jans.as.client.ssa.jwtssa.SsaGetJwtRequest
-
public class SsaGetJwtRequest extends BaseRequest
-
-
Constructor Summary
Constructors Constructor Description SsaGetJwtRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetJti()StringgetQueryString()voidsetAccessToken(String accessToken)voidsetJti(String jti)-
Methods inherited from class io.jans.as.client.BaseRequest
addCustomParameter, getAuthenticationMethod, getAuthorizationMethod, getAuthPassword, getAuthUsername, getContentType, getCredentials, getCustomParameters, getEncodedCredentials, getEncodedCredentials, getJSONParameters, getMediaType, getParameters, hasCredentials, setAuthenticationMethod, setAuthorizationMethod, setAuthPassword, setAuthUsername, setContentType, setMediaType
-
-
-
-
Method Detail
-
getJti
public String getJti()
-
setJti
public void setJti(String jti)
-
getAccessToken
public String getAccessToken()
-
setAccessToken
public void setAccessToken(String accessToken)
-
getQueryString
public String getQueryString()
- Specified by:
getQueryStringin classBaseRequest
-
-