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 AuditEventDefinitionStore


public interface AuditEventDefinitionStore

Method Summary
 void addEventDefinition(java.lang.String componentType, AuditEventDefinition defn)
           
 java.util.List<java.lang.String> getAllComponentTypes()
           
 AuditEventDefinition getEventDefinition(java.lang.String componentType)
           
 java.util.Date getLastChanged()
           
 void removeEventDefinition(java.lang.String componentType)
           

 

Method Detail

getEventDefinition

AuditEventDefinition getEventDefinition(java.lang.String componentType)
                                        throws AuditException
Throws:
AuditException

getAllComponentTypes

java.util.List<java.lang.String> getAllComponentTypes()
                                                      throws AuditException
Throws:
AuditException

addEventDefinition

void addEventDefinition(java.lang.String componentType,
                        AuditEventDefinition defn)
                        throws AuditException
Throws:
AuditException

removeEventDefinition

void removeEventDefinition(java.lang.String componentType)
                           throws AuditException
Throws:
AuditException

getLastChanged

java.util.Date getLastChanged()
                              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.