This type is a class for model objects.
Configuration settings for Audit policy.
Package: security| Attributes Summary | |
| auditEnabled : EBoolean | A true represents that auditing is enabled on the process; false represents auditing is not enabled on the process. The default value is false. |
| auditPolicy : AuditPolicyKind | The auditPolicy defines how the WAS process should react if there is a failure in the auditing subsystem, by default will be WARN. |
| auditorId : EString | The userid of the Auditor. |
| auditorPwd : Password | The password of the Auditor specified in the auditId. |
| sign : EBoolean | A boolean defining whether the audit records will be signed. |
| encrypt : EBoolean | A boolean defining whether the audit records will be encrypted? |
| batching : EBoolean | a bolean representing whether audit record batching is enabled or not. |
| verbose : EBoolean | This dictates the amount of audit data that is reported. A true indicates that all audit data will be reported; a false, a subset of the audit data. |
| securityXmlSignerKeyStoreName : EString | Specify a String representing the unique name associated with the audit signer keystore. This keyStore object is in the security.xml and own by the WAS administrator. |
| securityXmlSignerCertAlias : EString | Specify a String representing the unique name of the alias for the certificate used to sign audit records. This certificate object is in the security.xml and own by the WAS administrator. |
| securityXmlSignerScopeName : EString | Specify a String representing the unique name of the management scope for the signer keystore. This management scope object is in the security.xml. |
| auditEventFactories : AuditEventFactory * | * No description is available * |
| auditServiceProviders : AuditServiceProvider * | * No description is available * |
| properties : Property * | * No description is available * |
| managementScope : ManagementScope @ | * No description is available * |
| encryptionCert : Certificate @ | * No description is available * |
| Attribute Details |