public interface AuditService extends OpssServiceInstance
OpssServiceInstance.StateJpsPersistable.Mode| Modifier and Type | Method and Description |
|---|---|
AuditAdminService |
getAdminService()
Gets audit management service
|
Auditor |
getAuditor(java.io.InputStream compEvents, java.lang.String componentType, AuditProperties props)
Get an Auditor for the corresponding component type and set of properties oracle.security.jps.JpsPermission getAuditor is required if a security manager is used.
|
Auditor |
getAuditor(java.lang.String componentType)
Get an Auditor for the corresponding component type.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get All the properties defined for the Audit Service in the Java Platform Security configuration files
|
void |
register(AuditRegistration auditRegistration) |
void |
unregister(AuditRegistration auditRegistration) |
getStateaccept, getName, getServiceProviderpersist, refreshAuditor getAuditor(java.io.InputStream compEvents, java.lang.String componentType, AuditProperties props) throws AuditException
compEvents - - InputStream to the component_events.xml filecomponentType -props -AuditExceptionjava.util.Map<java.lang.String,java.lang.String> getProperties()
Auditor getAuditor(java.lang.String componentType) throws AuditException
componentType -AuditExceptionvoid register(AuditRegistration auditRegistration) throws AuditException
auditRegistration -AuditExceptionvoid unregister(AuditRegistration auditRegistration) throws AuditException
auditRegistration -AuditExceptionAuditAdminService getAdminService() throws AuditException
AuditException