@Entity public class CredentialEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
device |
protected int |
hashIterations |
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() |
int |
getHashIterations() |
String |
getId() |
byte[] |
getSalt() |
String |
getType() |
UserEntity |
getUser() |
String |
getValue() |
void |
setDevice(String device) |
void |
setHashIterations(int hashIterations) |
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 int hashIterations
protected UserEntity user
public String getId()
public void setId(String id)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getDevice()
public void setDevice(String device)
public UserEntity getUser()
public void setUser(UserEntity user)
public byte[] getSalt()
public void setSalt(byte[] salt)
public int getHashIterations()
public void setHashIterations(int hashIterations)
Copyright © 2015. All rights reserved.