Package io.jans.as.model.uma.wrapper
Class Token
- java.lang.Object
-
- io.jans.as.model.uma.wrapper.Token
-
- All Implemented Interfaces:
Serializable
public class Token extends Object implements Serializable
- Version:
- 0.9, 15/03/2013
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetAuthorizationCode()IntegergetExpiresIn()StringgetIdToken()StringgetRefreshToken()StringgetScope()TokensetAccessToken(String accessToken)TokensetAuthorizationCode(String authorizationCode)voidsetExpiresIn(Integer expiresIn)TokensetIdToken(String idToken)TokensetRefreshToken(String refreshToken)TokensetScope(String scope)
-
-
-
Method Detail
-
getAuthorizationCode
public String getAuthorizationCode()
-
getRefreshToken
public String getRefreshToken()
-
getAccessToken
public String getAccessToken()
-
getScope
public String getScope()
-
getIdToken
public String getIdToken()
-
getExpiresIn
public Integer getExpiresIn()
-
setExpiresIn
public void setExpiresIn(Integer expiresIn)
-
-