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