@Entity public class FederatedUserRequiredActionEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FederatedUserRequiredActionEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected String |
realmId |
protected String |
storageProviderId |
protected String |
userId |
Constructor and Description |
---|
FederatedUserRequiredActionEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction() |
String |
getRealmId() |
String |
getStorageProviderId() |
String |
getUserId() |
int |
hashCode() |
void |
setAction(String action) |
void |
setRealmId(String realmId) |
void |
setStorageProviderId(String storageProviderId) |
void |
setUserId(String userId) |
protected String userId
protected String action
protected String realmId
protected String storageProviderId
public String getAction()
public void setAction(String action)
public String getUserId()
public void setUserId(String userId)
public String getRealmId()
public void setRealmId(String realmId)
public String getStorageProviderId()
public void setStorageProviderId(String storageProviderId)
Copyright © 2020 JBoss by Red Hat. All rights reserved.