Class AuthenticationProviderMessages


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

      • AUTHENTICATION_FAILED

        public static LogMessage AUTHENTICATION_FAILED​(CharSequence param1,
                                                       boolean opt1)
        Log a AuthenticationProvider message of the Format:
        ATH-1010 : Authentication Failed[ : "{0}"]
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CLOSE

        public static LogMessage CLOSE​(CharSequence param1)
        Log a AuthenticationProvider message of the Format:
        ATH-1003 : 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 AuthenticationProvider message of the Format:
        ATH-1001 : 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 AuthenticationProvider message of the Format:
        ATH-1004 : Delete "{0}" : {1}
        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 AuthenticationProvider message of the Format:
        ATH-1002 : 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 AuthenticationProvider message of the Format:
        ATH-1005 : 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 AuthenticationProvider message of the Format:
        ATH-1011 : Update : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.