public class CredentialRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_CERT |
protected Integer |
counter |
protected String |
device |
protected String |
hashedSaltedValue |
protected Integer |
hashIterations |
static String |
HOTP |
static String |
KERBEROS |
static String |
PASSWORD |
static String |
PASSWORD_TOKEN |
protected String |
salt |
static String |
SECRET |
protected Boolean |
temporary |
static String |
TOTP |
protected String |
type |
protected String |
value |
Constructor and Description |
---|
CredentialRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
Integer |
getCounter() |
Long |
getCreatedDate() |
String |
getDevice() |
Integer |
getDigits() |
String |
getHashedSaltedValue() |
Integer |
getHashIterations() |
Integer |
getPeriod() |
String |
getSalt() |
String |
getType() |
String |
getValue() |
Boolean |
isTemporary() |
void |
setAlgorithm(String algorithm) |
void |
setCounter(Integer counter) |
void |
setCreatedDate(Long createdDate) |
void |
setDevice(String device) |
void |
setDigits(Integer digits) |
void |
setHashedSaltedValue(String hashedSaltedValue) |
void |
setHashIterations(Integer hashIterations) |
void |
setPeriod(Integer period) |
void |
setSalt(String salt) |
void |
setTemporary(Boolean temporary) |
void |
setType(String type) |
void |
setValue(String value) |
public static final String SECRET
public static final String PASSWORD
public static final String PASSWORD_TOKEN
public static final String TOTP
public static final String HOTP
public static final String CLIENT_CERT
public static final String KERBEROS
protected String type
protected String device
protected String value
protected String hashedSaltedValue
protected String salt
protected Integer hashIterations
protected Integer counter
protected Boolean temporary
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 String getHashedSaltedValue()
public void setHashedSaltedValue(String hashedSaltedValue)
public String getSalt()
public void setSalt(String salt)
public Integer getHashIterations()
public void setHashIterations(Integer hashIterations)
public Boolean isTemporary()
public void setTemporary(Boolean temporary)
public Integer getCounter()
public void setCounter(Integer counter)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public Integer getDigits()
public void setDigits(Integer digits)
public Integer getPeriod()
public void setPeriod(Integer period)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
Copyright © 2016 JBoss by Red Hat. All rights reserved.