public class CredentialRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
counter
Deprecated.
|
protected String |
device
Deprecated.
|
protected String |
hashedSaltedValue
Deprecated.
|
protected Integer |
hashIterations
Deprecated.
|
static String |
HOTP |
static String |
KERBEROS |
static String |
PASSWORD |
protected String |
salt
Deprecated.
|
static String |
SECRET |
protected Boolean |
temporary |
static String |
TOTP |
Constructor and Description |
---|
CredentialRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Deprecated.
|
MultivaluedHashMap<String,String> |
getConfig()
Deprecated.
|
Integer |
getCounter()
Deprecated.
|
Long |
getCreatedDate() |
String |
getCredentialData() |
String |
getDevice()
Deprecated.
|
Integer |
getDigits()
Deprecated.
|
String |
getHashedSaltedValue()
Deprecated.
|
Integer |
getHashIterations()
Deprecated.
|
String |
getId() |
Integer |
getPeriod()
Deprecated.
|
Integer |
getPriority() |
String |
getSalt()
Deprecated.
|
String |
getSecretData() |
String |
getType() |
String |
getUserLabel() |
String |
getValue() |
int |
hashCode() |
Boolean |
isTemporary() |
void |
setCreatedDate(Long createdDate) |
void |
setCredentialData(String credentialData) |
void |
setId(String id) |
void |
setPriority(Integer priority) |
void |
setSecretData(String secretData) |
void |
setTemporary(Boolean temporary) |
void |
setType(String type) |
void |
setUserLabel(String userLabel) |
void |
setValue(String value) |
public static final String SECRET
public static final String PASSWORD
public static final String TOTP
public static final String HOTP
public static final String KERBEROS
protected Boolean temporary
@Deprecated protected String device
@Deprecated protected String hashedSaltedValue
@Deprecated protected String salt
@Deprecated protected Integer hashIterations
@Deprecated protected Integer counter
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getUserLabel()
public void setUserLabel(String userLabel)
public String getSecretData()
public void setSecretData(String secretData)
public String getCredentialData()
public void setCredentialData(String credentialData)
public Integer getPriority()
public void setPriority(Integer priority)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public String getValue()
public void setValue(String value)
public Boolean isTemporary()
public void setTemporary(Boolean temporary)
@Deprecated public String getDevice()
@Deprecated public String getHashedSaltedValue()
@Deprecated public String getSalt()
@Deprecated public Integer getHashIterations()
@Deprecated public Integer getCounter()
@Deprecated public String getAlgorithm()
@Deprecated public Integer getDigits()
@Deprecated public Integer getPeriod()
@Deprecated public MultivaluedHashMap<String,String> getConfig()
Copyright © 2020 JBoss by Red Hat. All rights reserved.