org.apache.qpid.server.security.access.logging
Class AccessControlMessages
java.lang.Object
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.
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 |
_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
AccessControlMessages
public AccessControlMessages()
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