public class CredentialModel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_CERT |
static String |
HOTP |
static String |
KERBEROS |
static String |
OTP |
static String |
PASSWORD |
static String |
PASSWORD_HISTORY |
static String |
PASSWORD_TOKEN |
static String |
SECRET |
static String |
TOTP |
Constructor and Description |
---|
CredentialModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
MultivaluedHashMap<String,String> |
getConfig() |
int |
getCounter() |
Long |
getCreatedDate() |
String |
getDevice() |
int |
getDigits() |
int |
getHashIterations() |
String |
getId() |
int |
getPeriod() |
byte[] |
getSalt() |
String |
getType() |
String |
getValue() |
void |
setAlgorithm(String algorithm) |
void |
setConfig(MultivaluedHashMap<String,String> config) |
void |
setCounter(int counter) |
void |
setCreatedDate(Long createdDate) |
void |
setDevice(String device) |
void |
setDigits(int digits) |
void |
setHashIterations(int iterations) |
void |
setId(String id) |
void |
setPeriod(int period) |
void |
setSalt(byte[] salt) |
void |
setType(String type) |
void |
setValue(String value) |
CredentialModel |
shallowClone() |
public static final String PASSWORD
public static final String PASSWORD_HISTORY
public static final String PASSWORD_TOKEN
public static final String SECRET
public static final String TOTP
public static final String HOTP
public static final String CLIENT_CERT
public static final String KERBEROS
public static final String OTP
public CredentialModel shallowClone()
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 iterations)
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)
public MultivaluedHashMap<String,String> getConfig()
public void setConfig(MultivaluedHashMap<String,String> config)
Copyright © 2019 JBoss by Red Hat. All rights reserved.