com.plumtree.server
Class PT_AUDIT_TYPES

java.lang.Object
  |
  +--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.

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()
           
 
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

PT_AUDIT_GLOBAL_CHANGE

public static final int PT_AUDIT_GLOBAL_CHANGE

PT_AUDIT_SECURITY_CHANGE

public static final int PT_AUDIT_SECURITY_CHANGE

PT_AUDIT_LOGIN

public static final int PT_AUDIT_LOGIN

PT_AUDIT_OBJECT_DELETION

public static final int PT_AUDIT_OBJECT_DELETION

PT_AUDIT_LOCKED_ACCOUNT

public static final int PT_AUDIT_LOCKED_ACCOUNT
Constructor Detail

PT_AUDIT_TYPES

public PT_AUDIT_TYPES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.