| Package | Description |
|---|---|
| com.netscape.certsrv.profile | |
| com.netscape.certsrv.property |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IPolicyDefault.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value
property by name.
|
void |
IProfileOutput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value parameter by name.
|
void |
IProfileInput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given property by name.
|
void |
IPolicyDefault.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value property by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigTemplate.setConfig(java.lang.String name,
java.lang.String value)
Sets configuration parameter.
|