@Entity public class CredentialEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected Long |
createdDate |
protected String |
credentialData |
protected String |
id |
protected int |
priority |
protected byte[] |
salt
Deprecated.
|
protected String |
secretData |
protected String |
type |
protected UserEntity |
user |
protected String |
userLabel |
Constructor and Description |
---|
CredentialEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCreatedDate() |
String |
getCredentialData() |
String |
getId() |
int |
getPriority() |
byte[] |
getSalt()
Deprecated.
|
String |
getSecretData() |
String |
getType() |
UserEntity |
getUser() |
String |
getUserLabel() |
int |
hashCode() |
void |
setCreatedDate(Long createdDate) |
void |
setCredentialData(String credentialData) |
void |
setId(String id) |
void |
setPriority(int priority) |
void |
setSalt(byte[] salt)
Deprecated.
|
void |
setSecretData(String secretData) |
void |
setType(String type) |
void |
setUser(UserEntity user) |
void |
setUserLabel(String userLabel) |
protected String id
protected String type
protected String userLabel
protected Long createdDate
protected UserEntity user
protected String secretData
protected String credentialData
protected int priority
@Deprecated protected byte[] salt
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 UserEntity getUser()
public void setUser(UserEntity user)
@Deprecated public byte[] getSalt()
@Deprecated public void setSalt(byte[] salt)
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 int getPriority()
public void setPriority(int priority)
Copyright © 2021 JBoss by Red Hat. All rights reserved.