Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.audit
Interface AuditService

All Superinterfaces:
JpsPersistable, ServiceInstance

public interface AuditService
extends ServiceInstance

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.jps.service.JpsPersistable
JpsPersistable.Mode

 

Method Summary
 Auditor getAuditor(java.io.InputStream compEvents, java.lang.String componentType, AuditProperties props)
          Get an Auditor for the corresponding component type and set of properties
 java.util.Map getProperties()
          Get All the properties defined for the Audit Service in the Java Platform Security configuration files

 

Methods inherited from interface oracle.security.jps.service.ServiceInstance
accept, getName, getServiceProvider

 

Methods inherited from interface oracle.security.jps.service.JpsPersistable
persist, refresh

 

Method Detail

getAuditor

Auditor getAuditor(java.io.InputStream compEvents,
                   java.lang.String componentType,
                   AuditProperties props)
                   throws AuditException
Get an Auditor for the corresponding component type and set of properties
Parameters:
compEvents - - InputStream to the component_events.xml file
componentType -
props -
Returns:
an Auditor associated with the component type
Throws:
AuditException

getProperties

java.util.Map getProperties()
Get All the properties defined for the Audit Service in the Java Platform Security configuration files
Returns:
the map of properties

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.