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 String
getAccessToken()
String
getAuthReqId()
String
getClientNotificationToken()
Integer
getExpiresIn()
String
getIdToken()
org.json.JSONObject
getJSONParameters()
String
getQueryString()
String
getRefreshToken()
io.jans.as.model.common.TokenType
getTokenType()
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
-
-
-
-
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:
getJSONParameters
in classBaseRequest
- Throws:
org.json.JSONException
-
getQueryString
public String getQueryString()
- Specified by:
getQueryString
in classBaseRequest
-
-