Package io.jans.as.client.ciba.push
Class PushTokenDeliveryRequest
- java.lang.Object
-
- io.jans.as.client.BaseRequest
-
- io.jans.as.client.ciba.push.PushTokenDeliveryRequest
-
public class PushTokenDeliveryRequest extends BaseRequest
- Version:
- September 4, 2019
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description PushTokenDeliveryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetAuthReqId()StringgetClientNotificationToken()IntegergetExpiresIn()StringgetIdToken()org.json.JSONObjectgetJSONParameters()StringgetQueryString()StringgetRefreshToken()io.jans.as.model.common.TokenTypegetTokenType()voidsetAccessToken(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
-
-
-
-
Method Detail
-
getClientNotificationToken
public String getClientNotificationToken()
-
setClientNotificationToken
public void setClientNotificationToken(String clientNotificationToken)
-
getAuthReqId
public String getAuthReqId()
-
setAuthReqId
public void setAuthReqId(String authReqId)
-
getAccessToken
public String getAccessToken()
-
setAccessToken
public void setAccessToken(String accessToken)
-
getTokenType
public io.jans.as.model.common.TokenType getTokenType()
-
setTokenType
public void setTokenType(io.jans.as.model.common.TokenType tokenType)
-
getRefreshToken
public String getRefreshToken()
-
setRefreshToken
public void setRefreshToken(String refreshToken)
-
getExpiresIn
public Integer getExpiresIn()
-
setExpiresIn
public void setExpiresIn(Integer expiresIn)
-
getIdToken
public String getIdToken()
-
setIdToken
public void setIdToken(String idToken)
-
getJSONParameters
public org.json.JSONObject getJSONParameters() throws org.json.JSONException- Overrides:
getJSONParametersin classBaseRequest- Throws:
org.json.JSONException
-
getQueryString
public String getQueryString()
- Specified by:
getQueryStringin classBaseRequest
-
-