public class RequiredCredentialModel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Map<String,RequiredCredentialModel> |
BUILT_IN |
static RequiredCredentialModel |
CLIENT_CERT |
protected String |
formLabel |
protected boolean |
input |
static RequiredCredentialModel |
KERBEROS |
static RequiredCredentialModel |
PASSWORD |
protected boolean |
secret |
static RequiredCredentialModel |
SECRET |
static RequiredCredentialModel |
TOTP |
protected String |
type |
Constructor and Description |
---|
RequiredCredentialModel() |
Modifier and Type | Method and Description |
---|---|
String |
getFormLabel() |
String |
getType() |
boolean |
isInput() |
boolean |
isSecret() |
void |
setFormLabel(String formLabel) |
void |
setInput(boolean input) |
void |
setSecret(boolean secret) |
void |
setType(String type) |
protected String type
protected boolean input
protected boolean secret
protected String formLabel
public static final Map<String,RequiredCredentialModel> BUILT_IN
public static final RequiredCredentialModel PASSWORD
public static final RequiredCredentialModel TOTP
public static final RequiredCredentialModel CLIENT_CERT
public static final RequiredCredentialModel SECRET
public static final RequiredCredentialModel KERBEROS
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 © 2018 JBoss by Red Hat. All rights reserved.