public static class TokenManagement.AccessCode extends Object
Modifier and Type | Field and Description |
---|---|
protected User |
client |
protected long |
expiration |
protected String |
id |
protected SkeletonKeyToken |
token |
Constructor and Description |
---|
TokenManagement.AccessCode() |
Modifier and Type | Method and Description |
---|---|
User |
getClient() |
long |
getExpiration() |
String |
getId() |
SkeletonKeyToken |
getToken() |
boolean |
isExpired() |
void |
setClient(User client) |
void |
setExpiration(long expiration) |
void |
setToken(SkeletonKeyToken token) |
protected String id
protected long expiration
protected SkeletonKeyToken token
protected User client
public boolean isExpired()
public String getId()
public long getExpiration()
public void setExpiration(long expiration)
public SkeletonKeyToken getToken()
public void setToken(SkeletonKeyToken token)
public User getClient()
public void setClient(User client)
Copyright © 2013. All Rights Reserved.