public interface AdminAuditConfiguration extends ConfigBeanProxy, ConfigExtension
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminAuditConfiguration.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() |
<T extends Notifier> |
getNotifierByType(Class<T> type) |
List<Notifier> |
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
PropertyVetoException@DuckTyped <T extends Notifier> T getNotifierByType(Class<T> type)
Copyright © 2019. All rights reserved.