@Service(name="asadmin-audit") @RunLevel(value=10) public class AdminAuditService extends Object
| Constructor and Description |
|---|
AdminAuditService() |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrapNotifierList()
Starts all notifiers that have been enable with the admin audit service.
|
AuditLevel |
getAuditLevel() |
Set<String> |
getEnabledNotifiers() |
boolean |
isEnabled() |
void |
postConstruct() |
void |
recordAsadminCommand(String command,
ParameterMap parameters,
Subject subject) |
void |
setAuditLevel(AuditLevel level) |
void |
setEnabled(Boolean enabled) |
@PostConstruct public void postConstruct()
public boolean isEnabled()
public void setEnabled(Boolean enabled)
public AuditLevel getAuditLevel()
public void setAuditLevel(AuditLevel level)
public void bootstrapNotifierList()
public void recordAsadminCommand(String command, ParameterMap parameters, Subject subject)
Copyright © 2021. All rights reserved.