public class AuditPolicyManager
extends java.lang.Object
CommonAuditPolicy| Constructor and Description |
|---|
AuditPolicyManager() |
| Modifier and Type | Method and Description |
|---|---|
static handle |
asHandle()
Get a the instance for the AUDIT-POLICY system handle.
|
static character |
encryptAuditMacKey(character key)
Implementation of AUDIT-POLICY:ENCRYPT-AUDIT-MAC-KEY method.
|
static logical |
isAuditEnabled()
Implementation of the AUDIT-ENABLED function.
|
static logical |
isAuditEnabled(character alias)
Implementation of the AUDIT-ENABLED function.
|
static logical |
isAuditEnabled(integer seqNo)
Implementation of the AUDIT-ENABLED function.
|
static logical |
refreshAuditPolicy(character alias)
Implementation of AUDIT-POLICY:REFRESH-AUDIT-POLICY method.
|
static logical |
refreshAuditPolicy(integer seqNo)
Implementation of AUDIT-POLICY:REFRESH-AUDIT-POLICY method.
|
public static handle asHandle()
StaticProxy.obtain(Class, Class[]), using the CommonAuditPolicy interface
and its methods implemented by these classes: AuditPolicyManager.public static character encryptAuditMacKey(character key)
key - A character expression containing the key to encrypt.public static 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 otherwisepublic static logical 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 otherwisepublic static logical isAuditEnabled(integer seqNo)
seqNo - The sequence number of the connected database.public static logical isAuditEnabled(character alias)
alias - The logical name or alias of the connected database.public static logical isAuditEnabled()