Class AccessControlMessages


  • public class AccessControlMessages
    extends Object
    DO NOT EDIT DIRECTLY, THIS FILE WAS GENERATED. Generated using GenerateLogMessages and LogMessages.vm This file is based on the content of AccessControl_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Method Detail

      • ALLOWED

        public static LogMessage ALLOWED​(CharSequence param1,
                                         CharSequence param2,
                                         CharSequence param3)
        Log a AccessControl message of the Format:
        ACL-1001 : Allowed : {0} {1} {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CLOSE

        public static LogMessage CLOSE​(CharSequence param1)
        Log a AccessControl message of the Format:
        ACL-1013 : Close : "{0}"
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATE

        public static LogMessage CREATE​(CharSequence param1,
                                        CharSequence param2,
                                        CharSequence param3)
        Log a AccessControl message of the Format:
        ACL-1011 : Create "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DELETE

        public static LogMessage DELETE​(CharSequence param1,
                                        CharSequence param2)
        Log a AccessControl message of the Format:
        ACL-1014 : Delete "{0}": {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DENIED

        public static LogMessage DENIED​(CharSequence param1,
                                        CharSequence param2,
                                        CharSequence param3)
        Log a AccessControl message of the Format:
        ACL-1002 : Denied : {0} {1} {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • LOADED

        public static LogMessage LOADED​(CharSequence param1)
        Log a AccessControl message of the Format:
        ACL-1015 : Rules loaded : Source "{0}"
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPEN

        public static LogMessage OPEN​(CharSequence param1,
                                      CharSequence param2)
        Log a AccessControl message of the Format:
        ACL-1012 : Open : "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

        public static LogMessage OPERATION​(CharSequence param1)
        Log a AccessControl message of the Format:
        ACL-1016 : Operation : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • UPDATE

        public static LogMessage UPDATE​(CharSequence param1,
                                        CharSequence param2,
                                        CharSequence param3)
        Log a AccessControl message of the Format:
        ACL-1017 : Update : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.