public class CredentialRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_CERT |
protected String |
device |
protected String |
hashedSaltedValue |
protected Integer |
hashIterations |
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 |
getDevice() |
String |
getHashedSaltedValue() |
Integer |
getHashIterations() |
String |
getSalt() |
String |
getType() |
String |
getValue() |
boolean |
isTemporary() |
void |
setDevice(String device) |
void |
setHashedSaltedValue(String hashedSaltedValue) |
void |
setHashIterations(Integer hashIterations) |
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 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 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)
Copyright © 2015 JBoss by Red Hat. All rights reserved.