com.plumtree.server
Class PT_AUDIT_TYPES

java.lang.Object
  extended by com.plumtree.server.PT_AUDIT_TYPES

public final class PT_AUDIT_TYPES
extends java.lang.Object

This list includes all the types of auditing supported by Plumtree. Note that the auditing types are bitmasked values. The level of auditing is indicated by the value of the indicated bits in the PT_SETTINGNAME_AUDIT_CONFIG server config setting.

Author:
michaels
See Also:
PT_SERVER_CONFIG_SETTINGNAME, IPTServerConfigSettings

Field Summary
static int PT_AUDIT_GLOBAL_CHANGE
           
static int PT_AUDIT_LOCKED_ACCOUNT
           
static int PT_AUDIT_LOGIN
           
static int PT_AUDIT_OBJECT_CHANGE
           
static int PT_AUDIT_OBJECT_DELETION
           
static int PT_AUDIT_SECURITY_CHANGE
           
 
Constructor Summary
PT_AUDIT_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_AUDIT_OBJECT_CHANGE

public static final int PT_AUDIT_OBJECT_CHANGE
See Also:
Constant Field Values

PT_AUDIT_GLOBAL_CHANGE

public static final int PT_AUDIT_GLOBAL_CHANGE
See Also:
Constant Field Values

PT_AUDIT_SECURITY_CHANGE

public static final int PT_AUDIT_SECURITY_CHANGE
See Also:
Constant Field Values

PT_AUDIT_LOGIN

public static final int PT_AUDIT_LOGIN
See Also:
Constant Field Values

PT_AUDIT_OBJECT_DELETION

public static final int PT_AUDIT_OBJECT_DELETION
See Also:
Constant Field Values

PT_AUDIT_LOCKED_ACCOUNT

public static final int PT_AUDIT_LOCKED_ACCOUNT
See Also:
Constant Field Values
Constructor Detail

PT_AUDIT_TYPES

public PT_AUDIT_TYPES()