com.netscape.certsrv.logging
Class AuditFormat

java.lang.Object
  extended by com.netscape.certsrv.logging.AuditFormat

public class AuditFormat
extends java.lang.Object

Define audit log message format. Note that the name of this class "AuditFormat" is legacy and has nothing to do with the signed audit log events format

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Field Summary
static java.lang.String ADDUSERCERTFORMAT
           
static java.lang.String ADDUSERFORMAT
           
static java.lang.String ADDUSERGROUPFORMAT
           
static java.lang.String CRLUPDATEFORMAT
           
static java.lang.String DOREVOKEFORMAT
           
static java.lang.String DOUNREVOKEFORMAT
           
static java.lang.String ENROLLMENTFORMAT
           
static java.lang.String FORMAT
          0: request type 1: request ID 2: initiative 3: auth module 4: status 5: cert dn 6: other info.
static java.lang.String FROMAGENT
          initiative: the event is from agent
static java.lang.String FROMRA
          initiative: the event is from remote authority
static java.lang.String FROMROUTER
          initiative: the event is from router
static java.lang.String FROMUSER
          initiative: the event is from EE
static java.lang.String LDAP_PUBLISHED_FORMAT
           
static int LEVEL
          default log level for writing audit log
static java.lang.String MODIFYUSERFORMAT
           
static java.lang.String NOAUTH
          authentication module: no Authentication manager
static java.lang.String NODNFORMAT
           
static java.lang.String REMOVEUSERCERTFORMAT
           
static java.lang.String REMOVEUSERFORMAT
           
static java.lang.String REMOVEUSERGROUPFORMAT
           
static java.lang.String RENEWALFORMAT
           
static java.lang.String REVOCATIONFORMAT
           
 
Constructor Summary
AuditFormat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL

public static final int LEVEL
default log level for writing audit log

See Also:
Constant Field Values

FROMUSER

public static final java.lang.String FROMUSER
initiative: the event is from EE

See Also:
Constant Field Values

FROMAGENT

public static final java.lang.String FROMAGENT
initiative: the event is from agent

See Also:
Constant Field Values

FROMROUTER

public static final java.lang.String FROMROUTER
initiative: the event is from router

See Also:
Constant Field Values

FROMRA

public static final java.lang.String FROMRA
initiative: the event is from remote authority

See Also:
Constant Field Values

NOAUTH

public static final java.lang.String NOAUTH
authentication module: no Authentication manager

See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
0: request type 1: request ID 2: initiative 3: auth module 4: status 5: cert dn 6: other info. eg cert serial number, violation policies

See Also:
Constant Field Values

NODNFORMAT

public static final java.lang.String NODNFORMAT
See Also:
Constant Field Values

ENROLLMENTFORMAT

public static final java.lang.String ENROLLMENTFORMAT
See Also:
Constant Field Values

RENEWALFORMAT

public static final java.lang.String RENEWALFORMAT
See Also:
Constant Field Values

REVOCATIONFORMAT

public static final java.lang.String REVOCATIONFORMAT
See Also:
Constant Field Values

DOREVOKEFORMAT

public static final java.lang.String DOREVOKEFORMAT
See Also:
Constant Field Values

DOUNREVOKEFORMAT

public static final java.lang.String DOUNREVOKEFORMAT
See Also:
Constant Field Values

CRLUPDATEFORMAT

public static final java.lang.String CRLUPDATEFORMAT
See Also:
Constant Field Values

ADDUSERFORMAT

public static final java.lang.String ADDUSERFORMAT
See Also:
Constant Field Values

REMOVEUSERFORMAT

public static final java.lang.String REMOVEUSERFORMAT
See Also:
Constant Field Values

MODIFYUSERFORMAT

public static final java.lang.String MODIFYUSERFORMAT
See Also:
Constant Field Values

ADDUSERCERTFORMAT

public static final java.lang.String ADDUSERCERTFORMAT
See Also:
Constant Field Values

REMOVEUSERCERTFORMAT

public static final java.lang.String REMOVEUSERCERTFORMAT
See Also:
Constant Field Values

ADDUSERGROUPFORMAT

public static final java.lang.String ADDUSERGROUPFORMAT
See Also:
Constant Field Values

REMOVEUSERGROUPFORMAT

public static final java.lang.String REMOVEUSERGROUPFORMAT
See Also:
Constant Field Values

LDAP_PUBLISHED_FORMAT

public static final java.lang.String LDAP_PUBLISHED_FORMAT
See Also:
Constant Field Values
Constructor Detail

AuditFormat

public AuditFormat()