Skip navigation links

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

E22649-02 ESAPI


Uses of Class
oracle.security.jps.service.audit.AuditException

Packages that use AuditException
oracle.security.jps.service.audit   

 

Uses of AuditException in oracle.security.jps.service.audit

 

Methods in oracle.security.jps.service.audit that throw AuditException
 void AuditEventDefinitionStore.addEventDefinition(java.lang.String componentType, AuditEventDefinition defn)
           
 java.util.List<java.lang.String> AuditEventDefinitionStore.getAllComponentTypes()
           
 Auditor AuditService.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 AuditService.getAuditor(java.lang.String componentType)
          Get an Auditor for the corresponding component type.
 AuditPolicy AuditPolicyStore.getAuditPolicy(java.lang.String appStripe)
           
 AuditEventDefinition AuditEventDefinitionStore.getEventDefinition(java.lang.String componentType)
           
 java.util.Date AuditEventDefinitionStore.getLastChanged()
           
 java.util.Date AuditPolicyStore.getLastChanged()
           
 java.util.List<java.lang.String> AuditPolicyStore.getRegisteredAppStripes()
           
 boolean Auditor.isEnabled(java.lang.String eventType, boolean eventStatus, java.util.Map<java.lang.String,java.lang.Object> properties)
          This method is used to do a quick check to see if an event with the given event type, event status and additional properties would be logged to the audit repository.
 boolean Auditor.log(AuditEvent ev)
          Log an audit event.
 void Auditor.reloadConfiguration()
          Reload the Auditor to detect Configuration changes
 void AuditPolicyStore.removeAuditPolicyEntry(java.lang.String appStripe)
           
 void AuditEventDefinitionStore.removeEventDefinition(java.lang.String componentType)
           
 void AuditPolicyStore.setAuditPolicy(java.lang.String appStripe, AuditPolicy auditPolicy)
           
 void AuditEventDefinition.setComponentEventsXml(java.io.InputStream componentEventsXml)
           
 void AuditEventDefinition.setComponentEventsXmlJar(java.io.InputStream componentEventsXmlJar)
           
 void Auditor.shutdown()
          Shutdown will close the busstop file.

 

Constructors in oracle.security.jps.service.audit that throw AuditException
AuditEventDefinition(java.io.InputStream componentEventsXml, java.io.InputStream componentEventsXmlJar)
           

 


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.