BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.security.spi.AuditEvent

Packages that use AuditEvent
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of AuditEvent in weblogic.security.service
 

Methods in weblogic.security.service with parameters of type AuditEvent
 void Auditor.writeEvent(AuditEvent event)
          Writes an event when a request for an audit operation is made.
 

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 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 AuditChannel.writeEvent(AuditEvent event)
          Writes an audit record based on event information.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.