public class RequiredCredentialEntity extends Object
Constructor and Description |
---|
RequiredCredentialEntity() |
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) |
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 © 2016 JBoss by Red Hat. All rights reserved.