Administration Console Online Help
![]() |
![]() |
![]() |
![]() |
![]() |
Tasks Related Topics Attributes
Use this page to configure a WebLogic Auditing provider for a security realm.
Note: The WebLogic Server Administration Console refers to the WebLogic Auditing provider as the Default Auditor.
Auditing is the process whereby information about operating requests and the outcome of those requests are collected, stored, and disturbed for the purposes of nonrepudiation. In other words, auditing provides an electronic trail of computer activity. In the WebLogic Server security architecture, an Auditing provider is used to provide auditing services.
If configured, the WebLogic Server Security Framework will call through to an Auditing provider before and after security operations (such as authentication or authorization) have been performed, enabling audit event recording. The decision to audit a particular event is made by the Auditing provider itself and can be based on specific audit criteria and/or severity levels. The records containing the audit information may be written to output repositories such as an LDAP back-end, database, and a simple file.
All auditing information recorded by the WebLogic Auditing provider is saved in WL_HOME
\
mydomain
\
myserver
\DefaultAuditRecorder.log
by default. Although, an Auditing provider is configured per security realm, each server writes auditing data to its own log file in the server directory. You can specify a new directory location for the DefaultAuditRecorder.log
file on the command line with the following Java startup option:
-Dweblogic.security.audit.auditLogDir=c:\foo
The new file location will be c:\foo\
myserver
\DefaultAuditRecorder.log
.
For more information, see "weblogic.Server Command-Line Reference."
You can use a custom Auditing provider instead of the WebLogic Auditing provider. For a custom Auditing provider to be available through the WebLogic Server Administration Console, the MBean JAR file for the provider must be in the WL_HOME\lib\mbeantypes
directory.
Configuring a WebLogic Auditing Provider
Introduction to WebLogic Security
Developing Security Providers for WebLogic Server
Securing a Production Environment
The Security topics in the WebLogic Server 8.1 Upgrade Guide
The Security page in the WebLogic Server documentation
![]() ![]() |
![]() |
![]() |