Package io.jans.as.client.ciba.push
Class PushTokenDeliveryRequest
java.lang.Object
io.jans.as.client.BaseRequest
io.jans.as.client.ciba.push.PushTokenDeliveryRequest
- Version:
- September 4, 2019
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectio.jans.as.model.common.TokenTypevoidsetAccessToken(String accessToken) voidsetAuthReqId(String authReqId) voidsetClientNotificationToken(String clientNotificationToken) voidsetExpiresIn(Integer expiresIn) voidsetIdToken(String idToken) voidsetRefreshToken(String refreshToken) voidsetTokenType(io.jans.as.model.common.TokenType tokenType) Methods inherited from class io.jans.as.client.BaseRequest
addCustomParameter, getAuthenticationMethod, getAuthorizationMethod, getAuthPassword, getAuthUsername, getContentType, getCredentials, getCustomParameters, getEncodedCredentials, getEncodedCredentials, getMediaType, getParameters, hasCredentials, setAuthenticationMethod, setAuthorizationMethod, setAuthPassword, setAuthUsername, setContentType, setMediaType
-
Constructor Details
-
PushTokenDeliveryRequest
public PushTokenDeliveryRequest()
-
-
Method Details
-
getClientNotificationToken
-
setClientNotificationToken
-
getAuthReqId
-
setAuthReqId
-
getAccessToken
-
setAccessToken
-
getTokenType
public io.jans.as.model.common.TokenType getTokenType() -
setTokenType
public void setTokenType(io.jans.as.model.common.TokenType tokenType) -
getRefreshToken
-
setRefreshToken
-
getExpiresIn
-
setExpiresIn
-
getIdToken
-
setIdToken
-
getJSONParameters
public org.json.JSONObject getJSONParameters() throws org.json.JSONException- Overrides:
getJSONParametersin classBaseRequest- Throws:
org.json.JSONException
-
getQueryString
- Specified by:
getQueryStringin classBaseRequest
-