BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.spi
Interface AuditProvider

All Superinterfaces:
SecurityProvider

public interface AuditProvider
extends SecurityProvider

The AuditProvider interface exposes the services provided by an Auditing provider to the WebLogic Security Framework. This allows the Auditing provider to be manipulated (initialized, started, stopped, and so on).

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 AuditChannel getAuditChannel()
          Gets the implementation of the AuditChannel security service provider interface (SSPI), which allows audit event recording to be performed.
 
Methods inherited from interface weblogic.security.spi.SecurityProvider
getDescription, initialize, shutdown
 

Method Detail

getAuditChannel

public AuditChannel getAuditChannel()
Gets the implementation of the AuditChannel security service provider interface (SSPI), which allows audit event recording to be performed.

Returns:
the implementation of the AuditChannel SSPI.


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