@Entity public class OAuthRefreshTokenEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
authentication |
private byte[] |
token |
private String |
token_id |
| Constructor and Description |
|---|
OAuthRefreshTokenEntity() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthentication() |
String |
getToken_id() |
byte[] |
getToken() |
void |
setAuthentication(byte[] authentication) |
void |
setToken_id(String token_id) |
void |
setToken(byte[] token) |
private String token_id
private byte[] token
private byte[] authentication
public String getToken_id()
public void setToken_id(String token_id)
public byte[] getToken()
public void setToken(byte[] token)
public byte[] getAuthentication()
public void setAuthentication(byte[] authentication)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.