public interface CommonAuditPolicy extends CommonHandle, PseudoWidget
| ENCRYPT-AUDIT-MAC-KEY | encryptAuditMacKey(character) |
| REFRESH-AUDIT-POLICY | refreshAuditPolicy(integer), refreshAuditPolicy(character) |
handle.unwrapAuditPolicy() API, which, depending on the
handle's state, it either returns an AuditPolicyManager.asHandle()
instance or an dynamic proxy using handle.invalidAttrAccessProxy| Modifier and Type | Method and Description |
|---|---|
character |
encryptAuditMacKey(character key)
Implementation of AUDIT-POLICY:ENCRYPT-AUDIT-MAC-KEY method.
|
logical |
refreshAuditPolicy(character alias)
Implementation of AUDIT-POLICY:REFRESH-AUDIT-POLICY method.
|
logical |
refreshAuditPolicy(integer seqNo)
Implementation of AUDIT-POLICY:REFRESH-AUDIT-POLICY method.
|
readOnlyError, readOnlyError, resourceTypeid, id, unknown, validcharacter encryptAuditMacKey(character key)
key - A character expression containing the key to encrypt.logical refreshAuditPolicy(integer seqNo)
seqNo - The sequence number of the connected database that needs to refresh its audit
policy settings cache.true if operation succeeded or
false otherwiselogical refreshAuditPolicy(character alias)
alias - The logical name or alias of the connected database that needs to refresh its
audit policy settings cache..true if operation succeeded or
false otherwise