Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


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 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

 

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 oracle.security.jps.JpsPermission getAuditor is required if a security manager is used.
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
Get an Auditor for the corresponding component type. oracle.security.jps.JpsPermission getAuditor is required if a security manager is used.
Parameters:
componentType -
Returns:
an Auditor associated with the component type
Throws:
AuditException

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.