@Entity public class FederatedUserCredentialEntity extends Object
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 String |
id |
protected int |
period |
protected String |
realmId |
protected byte[] |
salt |
protected String |
storageProviderId |
protected String |
type |
protected String |
userId |
protected String |
value |
Constructor and Description |
---|
FederatedUserCredentialEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
int |
getCounter() |
Long |
getCreatedDate() |
String |
getDevice() |
int |
getDigits() |
int |
getHashIterations() |
String |
getId() |
int |
getPeriod() |
String |
getRealmId() |
byte[] |
getSalt() |
String |
getStorageProviderId() |
String |
getType() |
String |
getUserId() |
String |
getValue() |
int |
hashCode() |
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 |
setId(String id) |
void |
setPeriod(int period) |
void |
setRealmId(String realmId) |
void |
setSalt(byte[] salt) |
void |
setStorageProviderId(String storageProviderId) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
setValue(String value) |
protected String id
protected String type
protected String value
protected String device
protected byte[] salt
protected int hashIterations
protected Long createdDate
protected String userId
protected String realmId
protected String storageProviderId
protected int counter
protected String algorithm
protected int digits
protected int period
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 String getUserId()
public void setUserId(String userId)
public String getRealmId()
public void setRealmId(String realmId)
public String getStorageProviderId()
public void setStorageProviderId(String storageProviderId)
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 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.