Skip navigation links

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

E14650-04


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()
           
 AuditEventDefinitionStore AuditService.getAuditEventDefinitionStore()
           
 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
 Auditor AuditService.getAuditor(java.lang.String componentType)
           
 AuditPolicy AuditPolicyStore.getAuditPolicy(java.lang.String appStripe)
           
 AuditPolicyStore AuditService.getAuditPolicyStore()
           
 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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-04


Copyright © 2011, Oracle. All rights reserved.