public class CredentialEntity extends AbstractIdentifiableEntity
Modifier and Type | Field and Description |
---|---|
protected String |
algorithm |
protected int |
counter |
protected Long |
createdDate |
protected String |
device |
protected int |
digits |
protected int |
hashIterations |
protected int |
period |
protected byte[] |
salt |
protected String |
type |
protected UserEntity |
user |
protected String |
value |
id
Constructor and Description |
---|
CredentialEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
int |
getCounter() |
Long |
getCreatedDate() |
String |
getDevice() |
int |
getDigits() |
int |
getHashIterations() |
int |
getPeriod() |
byte[] |
getSalt() |
String |
getType() |
UserEntity |
getUser() |
String |
getValue() |
void |
setAlgorithm(String algorithm) |
void |
setCounter(int counter) |
void |
setCreatedDate(Long createdDate) |
void |
setDevice(String device) |
void |
setDigits(int digits) |
void |
setHashIterations(int hashIterations) |
void |
setPeriod(int period) |
void |
setSalt(byte[] salt) |
void |
setType(String type) |
void |
setUser(UserEntity user) |
void |
setValue(String value) |
protected String type
protected String value
protected String device
protected byte[] salt
protected int hashIterations
protected Long createdDate
protected UserEntity user
protected int counter
protected String algorithm
protected int digits
protected int period
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)
public int getCounter()
public void setCounter(int counter)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public int getDigits()
public void setDigits(int digits)
public int getPeriod()
public void setPeriod(int period)
Copyright © 2016 JBoss by Red Hat. All rights reserved.