public class CredentialModel extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_CERT |
static String |
HOTP
Deprecated.
|
static String |
KERBEROS |
static String |
OTP
Deprecated.
|
static String |
PASSWORD
Deprecated.
|
static String |
PASSWORD_HISTORY
Deprecated.
|
static String |
SECRET |
static String |
TOTP
Deprecated.
|
| Constructor and Description |
|---|
CredentialModel() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<CredentialModel> |
comparingByStartDateDesc() |
Long |
getCreatedDate() |
String |
getCredentialData() |
String |
getId() |
String |
getSecretData() |
String |
getType() |
String |
getUserLabel() |
void |
setCreatedDate(Long createdDate) |
void |
setCredentialData(String credentialData) |
void |
setId(String id) |
void |
setSecretData(String secretData) |
void |
setType(String type) |
void |
setUserLabel(String userLabel) |
CredentialModel |
shallowClone() |
@Deprecated public static final String PASSWORD
@Deprecated public static final String PASSWORD_HISTORY
@Deprecated public static final String OTP
@Deprecated public static final String TOTP
@Deprecated public static final String HOTP
public static final String SECRET
public static final String CLIENT_CERT
public static final String KERBEROS
public CredentialModel shallowClone()
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 Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public String getSecretData()
public void setSecretData(String secretData)
public String getCredentialData()
public void setCredentialData(String credentialData)
public static Comparator<CredentialModel> comparingByStartDateDesc()
Copyright © 2020 JBoss by Red Hat. All rights reserved.