public class CredentialEntity extends Object
| Constructor and Description |
|---|
CredentialEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedDate() |
String |
getDevice() |
int |
getHashIterations() |
String |
getId() |
byte[] |
getSalt() |
String |
getType() |
UserEntity |
getUser() |
String |
getValue() |
void |
setCreatedDate(Long createdDate) |
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) |
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public String getDevice()
public void setDevice(String device)
public byte[] getSalt()
public void setSalt(byte[] salt)
public int getHashIterations()
public void setHashIterations(int hashIterations)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public UserEntity getUser()
public void setUser(UserEntity user)
Copyright © 2015 JBoss by Red Hat. All rights reserved.