Class AuditFormat
java.lang.Object
com.netscape.certsrv.logging.AuditFormat
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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String0: request type 1: request ID 2: initiative 3: auth module 4: status 5: cert dn 6: other info.static final Stringinitiative: the event is from agentstatic final Stringinitiative: the event is from remote authoritystatic final Stringinitiative: the event is from routerstatic final Stringinitiative: the event is from EEstatic final Stringstatic final intdefault log level for writing audit logstatic final Stringstatic final Stringauthentication module: no Authentication managerstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LEVEL
public static final int LEVELdefault log level for writing audit log- See Also:
-
FROMUSER
-
FROMAGENT
-
FROMROUTER
-
FROMRA
-
NOAUTH
-
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:
-
NODNFORMAT
- See Also:
-
ENROLLMENTFORMAT
- See Also:
-
RENEWALFORMAT
- See Also:
-
REVOCATIONFORMAT
- See Also:
-
DOREVOKEFORMAT
- See Also:
-
DOUNREVOKEFORMAT
- See Also:
-
CRLUPDATEFORMAT
- See Also:
-
ADDUSERFORMAT
- See Also:
-
REMOVEUSERFORMAT
- See Also:
-
MODIFYUSERFORMAT
- See Also:
-
ADDUSERCERTFORMAT
- See Also:
-
REMOVEUSERCERTFORMAT
- See Also:
-
ADDUSERGROUPFORMAT
- See Also:
-
REMOVEUSERGROUPFORMAT
- See Also:
-
ADDCERTSUBJECTDNFORMAT
- See Also:
-
REMOVECERTSUBJECTDNFORMAT
- See Also:
-
LDAP_PUBLISHED_FORMAT
- See Also:
-
-
Constructor Details
-
AuditFormat
public AuditFormat()
-