@Entity public class CredentialEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
device |
protected String |
id |
protected byte[] |
salt |
protected String |
type |
protected UserEntity |
user |
protected String |
value |
Constructor and Description |
---|
CredentialEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getDevice() |
String |
getId() |
byte[] |
getSalt() |
String |
getType() |
UserEntity |
getUser() |
String |
getValue() |
void |
setDevice(String device) |
void |
setId(String id) |
void |
setSalt(byte[] salt) |
void |
setType(String type) |
void |
setUser(UserEntity user) |
void |
setValue(String value) |
protected String id
protected String type
protected String value
protected String device
protected byte[] salt
protected UserEntity user
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getId()
public void setId(String id)
public String getDevice()
public void setDevice(String device)
public UserEntity getUser()
public void setUser(UserEntity user)
public byte[] getSalt()
public void setSalt(byte[] salt)
Copyright © 2014. All Rights Reserved.