Class 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$
    • 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
      • ENROLLMENTFORMAT

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

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

        public static final java.lang.String DOUNREVOKEFORMAT
        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
    • Constructor Detail

      • AuditFormat

        public AuditFormat()