|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultAuditorMBean
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.
Method Summary | |
---|---|
String |
getBeginMarker()
The marker that indicates the beginning of the audit record. |
String |
getDescription()
A short description of the WebLogic Auditing provider. |
String |
getEndMarker()
The marker that indicates the end of the audit record. |
boolean |
getErrorAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of ERROR. |
boolean |
getFailureAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of FAILURE. |
String |
getFieldPrefix()
The prefix character that indicates the beginning of a field in the audit record. |
String |
getFieldSuffix()
The suffix character that indicates the end of a field in the audit record |
boolean |
getInformationAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of INFORMATION. |
String |
getName()
The name of this configuration. |
String |
getOutputMedium()
No description provided. |
String |
getProviderClassName()
The Java class used to load the WebLogic Auditing provider. |
int |
getRotationMinutes()
Specifies how many minutes to wait before creating a new DefaultAuditRecorder.log file. |
String |
getSeverity()
The severity level at which auditing is initiated. |
boolean |
getSuccessAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of SUCCESS. |
String[] |
getSupportedContextHandlerEntries()
List of all ContextHandler entries supported by the audit provider. |
String |
getVersion()
The version number of the WebLogic Auditing provider. |
boolean |
getWarningAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of WARNING. |
void |
setBeginMarker(String newValue)
The marker that indicates the beginning of the audit record. |
void |
setEndMarker(String newValue)
The marker that indicates the end of the audit record. |
void |
setErrorAuditSeverityEnabled(boolean newValue)
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of ERROR. |
void |
setFailureAuditSeverityEnabled(boolean newValue)
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of FAILURE. |
void |
setFieldPrefix(String newValue)
The prefix character that indicates the beginning of a field in the audit record. |
void |
setFieldSuffix(String newValue)
The suffix character that indicates the end of a field in the audit record |
void |
setInformationAuditSeverityEnabled(boolean newValue)
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of INFORMATION. |
void |
setOutputMedium(String newValue)
No description provided. |
void |
setRotationMinutes(int newValue)
Specifies how many minutes to wait before creating a new DefaultAuditRecorder.log file. |
void |
setSeverity(String newValue)
The severity level at which auditing is initiated. |
void |
setSuccessAuditSeverityEnabled(boolean newValue)
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of SUCCESS. |
void |
setWarningAuditSeverityEnabled(boolean newValue)
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of WARNING. |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Methods inherited from interface weblogic.management.security.audit.ContextHandlerMBean |
---|
getActiveContextHandlerEntries, setActiveContextHandlerEntries |
Method Detail |
---|
String getProviderClassName()
The Java class used to load the WebLogic Auditing provider.
String getDescription()
A short description of the WebLogic Auditing provider.
getDescription
in interface ProviderMBean
String getVersion()
The version number of the WebLogic Auditing provider.
getVersion
in interface ProviderMBean
String getSeverity()
The severity level at which auditing is initiated.
Severity levels are ranked in this order:
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.
void setSeverity(String newValue) throws InvalidAttributeValueException
The severity level at which auditing is initiated.
Severity levels are ranked in this order:
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.
newValue
- - new value for attribute Severity
InvalidAttributeValueException
boolean getInformationAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of INFORMATION.
void setInformationAuditSeverityEnabled(boolean newValue) throws InvalidAttributeValueException
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of INFORMATION.
newValue
- - new value for attribute InformationAuditSeverityEnabled
InvalidAttributeValueException
boolean getWarningAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of WARNING.
void setWarningAuditSeverityEnabled(boolean newValue) throws InvalidAttributeValueException
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of WARNING.
newValue
- - new value for attribute WarningAuditSeverityEnabled
InvalidAttributeValueException
boolean getErrorAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of ERROR.
void setErrorAuditSeverityEnabled(boolean newValue) throws InvalidAttributeValueException
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of ERROR.
newValue
- - new value for attribute ErrorAuditSeverityEnabled
InvalidAttributeValueException
boolean getSuccessAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of SUCCESS.
void setSuccessAuditSeverityEnabled(boolean newValue) throws InvalidAttributeValueException
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of SUCCESS.
newValue
- - new value for attribute SuccessAuditSeverityEnabled
InvalidAttributeValueException
boolean getFailureAuditSeverityEnabled()
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of FAILURE.
void setFailureAuditSeverityEnabled(boolean newValue) throws InvalidAttributeValueException
If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of FAILURE.
newValue
- - new value for attribute FailureAuditSeverityEnabled
InvalidAttributeValueException
String getOutputMedium()
void setOutputMedium(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute OutputMedium
InvalidAttributeValueException
int getRotationMinutes()
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.
void setRotationMinutes(int newValue) throws InvalidAttributeValueException
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.
newValue
- - new value for attribute RotationMinutes
InvalidAttributeValueException
String[] getSupportedContextHandlerEntries()
List of all ContextHandler entries supported by the audit provider.
getSupportedContextHandlerEntries
in interface ContextHandlerMBean
String getBeginMarker()
The marker that indicates the beginning of the audit record.
void setBeginMarker(String newValue) throws InvalidAttributeValueException
The marker that indicates the beginning of the audit record.
newValue
- - new value for attribute BeginMarker
InvalidAttributeValueException
String getEndMarker()
The marker that indicates the end of the audit record.
void setEndMarker(String newValue) throws InvalidAttributeValueException
The marker that indicates the end of the audit record.
newValue
- - new value for attribute EndMarker
InvalidAttributeValueException
String getFieldPrefix()
The prefix character that indicates the beginning of a field in the audit record.
void setFieldPrefix(String newValue) throws InvalidAttributeValueException
The prefix character that indicates the beginning of a field in the audit record.
newValue
- - new value for attribute FieldPrefix
InvalidAttributeValueException
String getFieldSuffix()
The suffix character that indicates the end of a field in the audit record
void setFieldSuffix(String newValue) throws InvalidAttributeValueException
The suffix character that indicates the end of a field in the audit record
newValue
- - new value for attribute FieldSuffix
InvalidAttributeValueException
String getName()
ProviderMBean
getName
in interface ProviderMBean
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |