Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07

Uses of Interface
weblogic.security.spi.AuditEvent

Packages that use AuditEvent
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of AuditEvent in weblogic.security.spi
 

Subinterfaces of AuditEvent in weblogic.security.spi
 interface AuditApplicationVersionEvent
          The AuditApplicationVersionEvent interface is used to post VersionableApplicationProvider events.
 interface AuditAtnEvent
          Deprecated.  
 interface AuditAtnEventV2
          The AuditAtnEventV2 interface is used to post authentication audit events.
 interface AuditAtzEvent
          The AuditAtzEvent interface is used to post authorization audit events.
 interface AuditCertPathBuilderEvent
          This interface is used to post audit events for CertPathBuilder providers.
 interface AuditCertPathValidatorEvent
          This interface is used to post audit events for CertPathValidator providers.
 interface AuditConfigurationEvent
          The AuditConfigurationEvent interface is used to post configuration change audit events.
 interface AuditCreateConfigurationEvent
          The AuditCreateConfigurationEvent interface is used to post a specific configuration change audit event that identifies that a request has been made to create a new configuration artifact.
 interface AuditCredentialMappingEvent
          The AuditCredentialMappingEvent interface is used to post credential mapping audit events.
 interface AuditDeleteConfigurationEvent
          The AuditDeleteConfigurationEvent interface is used to post a specific configuration change audit event that identifies that a request has been made to delete an existing configuration artifact.
 interface AuditInvokeConfigurationEvent
          The AuditInvokeConfigurationEvent interface is used to post a specific configuration change audit event that identifies that a request has been made to invoke an operation on an existing configuration artifact.
 interface AuditLifecycleEvent
          The AuditLifecycleEvent interface is used to post audit lifecycle events.
 interface AuditMgmtEvent
          The AuditMgmtEvent interface is used to post security provider management audit events.
 interface AuditPolicyEvent
          The AuditPolicyEvent interface is used to post security policy audit events.
 interface AuditRoleDeploymentEvent
          The AuditRoleDeploymentEvent interface is used to post security role deployment audit events.
 interface AuditRoleEvent
          The AuditRoleEvent interface is used to post security role audit events.
 interface AuditSetAttributeConfigurationEvent
          The AuditSetAttributeConfigurationEvent interface is used to post a specific configuration change audit event that identifies that a request has been made to modify an existing configuration artifact.
 

Methods in weblogic.security.spi with parameters of type AuditEvent
 void AuditorService.providerAuditWriteEvent(AuditEvent event)
          Allows security providers to access the Auditor object to write audit records.
 void AuditChannelV2.writeEvent(AuditEvent event)
          Writes an audit record based on event information.
 void AuditChannel.writeEvent(AuditEvent event)
          Writes an audit record based on event information.
 


Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07