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.JSONObject
io.jans.as.model.common.TokenType
void
setAccessToken
(String accessToken) void
setAuthReqId
(String authReqId) void
setClientNotificationToken
(String clientNotificationToken) void
setExpiresIn
(Integer expiresIn) void
setIdToken
(String idToken) void
setRefreshToken
(String refreshToken) void
setTokenType
(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:
getJSONParameters
in classBaseRequest
- Throws:
org.json.JSONException
-
getQueryString
- Specified by:
getQueryString
in classBaseRequest
-