public class TokenInfoDto extends Object implements Serializable
| Constructor and Description |
|---|
TokenInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpirationDate()
|
long |
getIssuedAt()
|
String |
getIssuer()
|
String |
getJti()
jti. |
long |
getNotBefore()
|
List<String> |
getScope()
|
String |
getSubject()
|
void |
setExpirationDate(long expirationDate)
|
void |
setIssuedAt(long issuedAt)
|
void |
setIssuer(String issuer)
|
void |
setJti(String nonce)
jti. |
void |
setNotBefore(long notBefore)
|
void |
setScope(List<String> scope)
|
void |
setSubject(String subject)
|
public long getExpirationDate()
public void setExpirationDate(long expirationDate)
expirationDate - a long.public long getNotBefore()
public void setNotBefore(long notBefore)
notBefore - a long.public long getIssuedAt()
public void setIssuedAt(long issuedAt)
issuedAt - a long.Copyright © 2020 Samply Community. All rights reserved.