This MBean represents configuration information for the WebLogic Auditing provider.
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.
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. |
This section describes attributes that provide access to other MBeans.
|
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. |
This section describes the following attributes:
Returns the ContextHandler entries that the Audit provider is currently configured to process.
Privileges | Read/Write |
Type | class java.lang.String[] |
The marker that indicates the beginning of the audit record.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | #### Audit Record Begin |
A short 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. |
The marker that indicates the end of the audit record.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | Audit Record End #### |
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 |
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 |
The prefix character that indicates the beginning of a field in the audit record.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | < |
The suffix character that indicates the end of a field in the audit record
Privileges | Read/Write |
Type | java.lang.String |
Default Value | > |
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 |
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. |
No description provided.
Privileges | Read/Write |
Type | java.lang.String |
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. |
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 |
The severity level at which auditing is initiated.
Severity levels are ranked in this order:
INFORMATION
WARNING
ERROR
SUCCESS
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 |
|
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 |
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. |
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. |
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 |
This section describes the following operations:
Returns true if the specified attribute has been set explicitly in this MBean instance.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Returns the display name of an MBean.
Deprecated 9.0.0.0
Operation Name | "wls_getDisplayName" |
Parameters | null |
Signature | null |
Returns | String
|