org.apache.qpid.server.security.access.logging
Class AccessControlMessages

java.lang.Object
  extended by org.apache.qpid.server.security.access.logging.AccessControlMessages

public class AccessControlMessages
extends Object

Generated Using GeneratedLogMessages and LogMessages.vm This file is based on the content of LogMessages.properties It is generated so that we can provide compile time validation of the message parameters. DO NOT EDIT DIRECTLY THIS FILE IS GENERATED.


Field Summary
(package private) static Locale _currentLocale
           
(package private) static ResourceBundle _messages
           
static String ACCESSCONTROL_LOG_HIERARCHY
           
static String ALLOWED_LOG_HIERARCHY
           
static String DENIED_LOG_HIERARCHY
           
 
Constructor Summary
AccessControlMessages()
           
 
Method Summary
static org.apache.qpid.server.logging.LogMessage ALLOWED(String param1, String param2, String param3)
          Log a AccessControl message of the Format:
static org.apache.qpid.server.logging.LogMessage DENIED(String param1, String param2, String param3)
          Log a AccessControl message of the Format:
static void reload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_messages

static ResourceBundle _messages

_currentLocale

static Locale _currentLocale

ACCESSCONTROL_LOG_HIERARCHY

public static final String ACCESSCONTROL_LOG_HIERARCHY
See Also:
Constant Field Values

DENIED_LOG_HIERARCHY

public static final String DENIED_LOG_HIERARCHY
See Also:
Constant Field Values

ALLOWED_LOG_HIERARCHY

public static final String ALLOWED_LOG_HIERARCHY
See Also:
Constant Field Values
Constructor Detail

AccessControlMessages

public AccessControlMessages()
Method Detail

reload

public static void reload()

DENIED

public static org.apache.qpid.server.logging.LogMessage DENIED(String param1,
                                                               String param2,
                                                               String 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.


ALLOWED

public static org.apache.qpid.server.logging.LogMessage ALLOWED(String param1,
                                                                String param2,
                                                                String 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.



Licensed to the Apache Software Foundation