Skip navigation links

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

E14650-04


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
 AuditEventDefinitionStore getAuditEventDefinitionStore()
           
 Auditor getAuditor(java.io.InputStream compEvents, java.lang.String componentType, AuditProperties props)
          Get an Auditor for the corresponding component type and set of properties
 Auditor getAuditor(java.lang.String componentType)
           
 AuditPolicyStore getAuditPolicyStore()
           
 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

 

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<java.lang.String,java.lang.String> getProperties()
Get All the properties defined for the Audit Service in the Java Platform Security configuration files
Returns:
the map of properties

getAuditor

Auditor getAuditor(java.lang.String componentType)
                   throws AuditException
Throws:
AuditException

getAuditPolicyStore

AuditPolicyStore getAuditPolicyStore()
                                     throws AuditException
Throws:
AuditException

getAuditEventDefinitionStore

AuditEventDefinitionStore getAuditEventDefinitionStore()
                                                       throws AuditException
Throws:
AuditException

Skip navigation links

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

E14650-04


Copyright © 2011, Oracle. All rights reserved.