@Entity public class RefreshToken extends Object implements Serializable
| Constructor and Description |
|---|
RefreshToken() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthentication() |
String |
getId() |
byte[] |
getToken() |
String |
getTokenId() |
void |
setAuthentication(byte[] authentication) |
void |
setToken(byte[] token) |
void |
setTokenId(String tokenId) |
public String getId()
public void setTokenId(String tokenId)
public String getTokenId()
public void setToken(byte[] token)
public byte[] getToken()
public void setAuthentication(byte[] authentication)
public byte[] getAuthentication()
Copyright © 2017 Global Crop Diversity Trust. All rights reserved.