DefaultAuditorMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

This MBean represents configuration information for the WebLogic Auditing provider.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.security.providers.audit.DefaultAuditorMBean

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points Inherited from AuditorMBean

Because this MBean extends or implements AuditorMBean, you can also access this MBean by retrieving AuditorMBeans. The following attributes contain AuditorMBeans and its subtypes:


    Child MBeans

    This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


      Realm

      Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.

             
      Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
      Privileges Read only
      TypeRealmMBean


      Attributes

      This section describes the following attributes:


      ActiveContextHandlerEntries

      Returns the ContextHandler entries that the Audit provider is currently configured to process.

             
      Privileges Read/Write
      Typeclass java.lang.String[]
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      Description

      A short description of the WebLogic Auditing provider.

             
      Privileges Read only
      Typejava.lang.String
      Default ValueWebLogic Auditing Provider
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      Name

             
      Privileges Read only
      Typejava.lang.String
      Default ValueDefaultAuditor
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      OutputMedium

      An output repository for the audit information. This repository can be an LDAP server, database, or a simple file. This attribute is optional.

             
      Privileges Read/Write
      Typejava.lang.String
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      ProviderClassName

      The Java class used to load the WebLogic Auditing provider.

             
      Privileges Read only
      Typejava.lang.String
      Default Valueweblogic.security.providers.audit.DefaultAuditProviderImpl
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      RotationMinutes

      Specifies how many minutes to wait before creating a new DefaultAuditRecorder.log file. At the specified time, the audit file is closed and a new one is created.

             
      Privileges Read/Write
      Typeint
      Default Value1440
      Minimum value1
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      Severity

      The severity level at which auditing is initiated.

             
      Privileges Read/Write
      Typejava.lang.String
      Default ValueERROR
      Legal Values
      • INFORMATION
      • WARNING
      • ERROR
      • SUCCESS
      • FAILURE

      SupportedContextHandlerEntries

      No description provided.

             
      Privileges Read only
      Typeclass java.lang.String[]
      Default Value com.bea.contextelement.servlet.HttpServletRequest com.bea.contextelement.servlet.HttpServletResponse com.bea.contextelement.wli.Message com.bea.contextelement.channel.Port com.bea.contextelement.channel.PublicPort com.bea.contextelement.channel.RemotePort com.bea.contextelement.channel.Protocol com.bea.contextelement.channel.Address com.bea.contextelement.channel.PublicAddress com.bea.contextelement.channel.RemoteAddress com.bea.contextelement.channel.ChannelName com.bea.contextelement.channel.Secure com.bea.contextelement.ejb20.Parameter com.bea.contextelement.wsee.SOAPMessage com.bea.contextelement.entitlement.EAuxiliaryID com.bea.contextelement.security.ChainPrevailidatedBySSL com.bea.contextelement.xml.SecurityToken com.bea.contextelement.xml.SecurityTokenAssertion com.bea.contextelement.webservice.Integrity com.bea.contextelement.saml.SSLClientCertificateChain com.bea.contextelement.saml.MessageSignerCertificate com.bea.contextelement.saml.subject.ConfirmationMethod com.bea.contextelement.saml.subject.dom.KeyInfo
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      Version

      The version number of the WebLogic Auditing provider.

             
      Privileges Read only
      Typejava.lang.String
      Default Value1.0
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


      Operations

      This section describes the following operations:


        wls_getDisplayName

           
        Operation Name"wls_getDisplayName"
        Parametersnull
        Signaturenull
        ReturnsString