public class ConfigurationParameter extends Object
| Constructor and Description |
|---|
ConfigurationParameter() |
ConfigurationParameter(String key,
String label,
String defaultValue,
boolean requiresEncryption) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getKey() |
String |
getLabel() |
boolean |
isEncryptionRequired() |
void |
setDefaultValue(String defaultValue) |
void |
setEncryptionRequired(boolean requiresEncryption) |
void |
setKey(String key) |
void |
setLabel(String label) |
public String getKey()
public void setKey(String key)
public String getLabel()
public void setLabel(String label)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public boolean isEncryptionRequired()
public void setEncryptionRequired(boolean requiresEncryption)
Copyright © 2014 Jasig. All Rights Reserved.