Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.security.spi.AuditEvent

Packages that use AuditEvent
weblogic.security.spi   

 

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
abstract  void AuditorService.providerAuditWriteEvent(AuditEvent event)
          Allows security providers to access the Auditor object to write audit records.
abstract  void AuditChannel.writeEvent(AuditEvent event)
          Writes an audit record based on event information.
abstract  void AuditChannelV2.writeEvent(AuditEvent event)
          Writes an audit record based on event information.

 


Skip navigation links

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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09