@Entity public class RequiredCredentialEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RequiredCredentialEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
formLabel |
protected boolean |
input |
protected RealmEntity |
realm |
protected boolean |
secret |
protected String |
type |
Constructor and Description |
---|
RequiredCredentialEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFormLabel() |
RealmEntity |
getRealm() |
String |
getType() |
int |
hashCode() |
boolean |
isInput() |
boolean |
isSecret() |
void |
setFormLabel(String formLabel) |
void |
setInput(boolean input) |
void |
setRealm(RealmEntity realm) |
void |
setSecret(boolean secret) |
void |
setType(String type) |
protected RealmEntity realm
protected String type
protected boolean input
protected boolean secret
protected String formLabel
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
public String getType()
public void setType(String type)
public boolean isInput()
public void setInput(boolean input)
public boolean isSecret()
public void setSecret(boolean secret)
public String getFormLabel()
public void setFormLabel(String formLabel)
Copyright © 2021 JBoss by Red Hat. All rights reserved.