DefaultAuditorMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This MBean represents configuration information for the WebLogic Auditing provider.

 

Deprecation of MBeanHome and Type-Safe Interfaces

This 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://edocs.bea.com.

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.


Related MBeans

This section describes attributes that provide access to other 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.

       
    Privileges Read only    
    Type RealmMBean
    Relationship type: Reference.


    Attributes

    This section describes the following attributes:


     

    ActiveContextHandlerEntries

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

       
    Privileges Read/Write    
    Type class java.lang.String[]

     

    BeginMarker

    The marker that indicates the beginning of the audit record.

       
    Privileges Read/Write    
    Type java.lang.String
    Default Value #### Audit Record Begin

     

    Description

    Description of the WebLogic Auditing provider.

       
    Privileges Read only    
    Type java.lang.String
    Default Value WebLogic Auditing Provider
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

     

    EndMarker

    The marker that indicates the end of the audit record.

       
    Privileges Read/Write    
    Type java.lang.String
    Default Value Audit Record End ####

     

    ErrorAuditSeverityEnabled

    If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of ERROR.

       
    Privileges Read/Write    
    Type boolean

     

    FailureAuditSeverityEnabled

    If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of FAILURE.

       
    Privileges Read/Write    
    Type boolean

     

    FieldPrefix

    The prefix character that indicates the beginning of a field in the audit record.

       
    Privileges Read/Write    
    Type java.lang.String
    Default Value <

     

    FieldSuffix

    The suffix character that indicates the end of a field in the audit record

       
    Privileges Read/Write    
    Type java.lang.String
    Default Value >

     

    InformationAuditSeverityEnabled

    If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of INFORMATION.

       
    Privileges Read/Write    
    Type boolean

     

    Name of

       
    Privileges Read only    
    Type java.lang.String
    Default Value DefaultAuditor
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

     

    OutputMedium

    No description provided.

       
    Privileges Read/Write    
    Type java.lang.String

     

    ProviderClassName

    The Java class used to load the WebLogic Auditing provider.

       
    Privileges Read only    
    Type java.lang.String
    Default Value weblogic.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    
    Type int
    Default Value 1440
    Minimum value 1

     

    Severity

    The severity level at which auditing is initiated.

    Severity levels are ranked in this order:

    1. INFORMATION

    2. WARNING

    3. ERROR

    4. SUCCESS

    5. FAILURE

    If you select a given severity level, all events of that level or more will be audited. For example, if you set the severity to ERROR, then all FAILURE, SUCCESS, and ERROR events will be audited, but WARNING and INFORMATION events will not. You can instead set the severity to CUSTOM and then enable the specific severity level events you want to audit.

       
    Privileges Read/Write    
    Type java.lang.String
    Default Value ERROR
    Legal Values

    • INFORMATION

    • WARNING

    • ERROR

    • SUCCESS

    • FAILURE

    • CUSTOM

     

    SuccessAuditSeverityEnabled

    If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of SUCCESS.

       
    Privileges Read/Write    
    Type boolean

     

    SupportedContextHandlerEntries

    List of all ContextHandler entries supported by the audit provider.

       
    Privileges Read only    
    Type class 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 com.bea.contextelement.jmx.ObjectName com.bea.contextelement.jmx.ShortName com.bea.contextelement.jmx.Parameters com.bea.contextelement.jmx.Signature com.bea.contextelement.jmx.AuditProtectedArgInfo com.bea.contextelement.jmx.OldAttributeValue
    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    
    Type java.lang.String
    Default Value 1.0
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

     

    WarningAuditSeverityEnabled

    If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of WARNING.

       
    Privileges Read/Write    
    Type boolean


    Operations

    This section describes the following operations:


     

    isSet

    Returns true if the specified attribute has been set explicitly in this MBean instance.

    Operation Name "isSet"    
    Parameters Object [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to check

    Signature String [] { "java.lang.String" }
    Returns boolean
    Exceptions

    • java.lang.IllegalArgumentException

     

    unSet

    Restore the given property to its default value.

    Operation Name "unSet"    
    Parameters Object [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to restore

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • java.lang.IllegalArgumentException
      UnsupportedOperationException if called on a runtime implementation.

     

    wls_getDisplayName

    Operation Name "wls_getDisplayName"    
    Parameters null
    Signature null
    Returns String