Package com.netscape.certsrv.logging
Class AuditFormat
- java.lang.Object
-
- 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$, $Date$
- Author:
- mzhao
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADDCERTSUBJECTDNFORMAT
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 agentstatic java.lang.String
FROMRA
initiative: the event is from remote authoritystatic java.lang.String
FROMROUTER
initiative: the event is from routerstatic java.lang.String
FROMUSER
initiative: the event is from EEstatic java.lang.String
LDAP_PUBLISHED_FORMAT
static int
LEVEL
default log level for writing audit logstatic java.lang.String
MODIFYUSERFORMAT
static java.lang.String
NOAUTH
authentication module: no Authentication managerstatic java.lang.String
NODNFORMAT
static java.lang.String
REMOVECERTSUBJECTDNFORMAT
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
Constructors Constructor Description AuditFormat()
-
-
-
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
-
ADDCERTSUBJECTDNFORMAT
public static final java.lang.String ADDCERTSUBJECTDNFORMAT
- See Also:
- Constant Field Values
-
REMOVECERTSUBJECTDNFORMAT
public static final java.lang.String REMOVECERTSUBJECTDNFORMAT
- See Also:
- Constant Field Values
-
LDAP_PUBLISHED_FORMAT
public static final java.lang.String LDAP_PUBLISHED_FORMAT
- See Also:
- Constant Field Values
-
-