public interface AdminAuditConfiguration extends ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
void |
enabled(String value) |
@Pattern(regexp="MODIFIERS|ACCESSORS|INTERNAL",message="Invalid audit level. Value must be one of: MODIFIERS, ACCESSORS or INTERNAL.") String |
getAuditLevel() |
String |
getEnabled() |
List<String> |
getNotifierList() |
void |
setAuditLevel(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void enabled(String value) throws PropertyVetoException
PropertyVetoException@Pattern(regexp="MODIFIERS|ACCESSORS|INTERNAL",
message="Invalid audit level. Value must be one of: MODIFIERS, ACCESSORS or INTERNAL.")
@Pattern(regexp="MODIFIERS|ACCESSORS|INTERNAL",message="Invalid audit level. Value must be one of: MODIFIERS, ACCESSORS or INTERNAL.") String getAuditLevel()
void setAuditLevel(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2021. All rights reserved.