CustomizationAuditMBean MBean

Partial ObjectName:
WebSphere:*,type=CustomizationAuditMBean


MBean CustomizationAuditMBean

CustomizationAudit


Attribute Summary
booleansystemOutAuditLogEnabled
           the setting for sending audit events to the location specified for the SystemOut.
booleanseparateAuditLogEnabled
           the setting for sending audit events to a separate log file.
java.lang.StringseparateAuditLogFileName
           the setting for the filename for a separate audit log.
intseparateAuditLogFileRolloverSize
           the setting for the size of the file must reach before it is rolled over to a new file.
intseparateAuditLogFileMaxNumberOfBackupFiles
           the setting for the number of files to maintain for historical reasons.
introlloverType
           the type of rollover which should be for the separate log file.

Attribute Detail

systemOutAuditLogEnabled

public boolean systemOutAuditLogEnabled
the setting for sending audit events to the location specified for the SystemOut.log file.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

separateAuditLogEnabled

public boolean separateAuditLogEnabled
the setting for sending audit events to a separate log file.log file.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

separateAuditLogFileName

public java.lang.String separateAuditLogFileName
the setting for the filename for a separate audit log.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

separateAuditLogFileRolloverSize

public int separateAuditLogFileRolloverSize
the setting for the size of the file must reach before it is rolled over to a new file.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

separateAuditLogFileMaxNumberOfBackupFiles

public int separateAuditLogFileMaxNumberOfBackupFiles
the setting for the number of files to maintain for historical reasons.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

rolloverType

public int rolloverType
the type of rollover which should be for the separate log file. Valid values are 0 (NONE) and 1 (FILE) any other value will default to 0.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

Copyright IBM Corp. 1996-2005