public class AccessControlMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCESSCONTROL_LOG_HIERARCHY |
static String |
ALLOWED_LOG_HIERARCHY |
static String |
CLOSE_LOG_HIERARCHY |
static String |
CREATE_LOG_HIERARCHY |
static String |
DELETE_LOG_HIERARCHY |
static String |
DENIED_LOG_HIERARCHY |
static String |
OPEN_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
ALLOWED(String param1,
String param2,
String param3)
Log a AccessControl message of the Format:
|
static LogMessage |
CLOSE()
Log a AccessControl message of the Format:
|
static LogMessage |
CREATE(String param1)
Log a AccessControl message of the Format:
|
static LogMessage |
DELETE(String param1)
Log a AccessControl message of the Format:
|
static LogMessage |
DENIED(String param1,
String param2,
String param3)
Log a AccessControl message of the Format:
|
static LogMessage |
OPEN()
Log a AccessControl message of the Format:
|
public static final String ACCESSCONTROL_LOG_HIERARCHY
public static final String OPEN_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
public static final String DELETE_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static final String DENIED_LOG_HIERARCHY
public static final String ALLOWED_LOG_HIERARCHY
public static LogMessage OPEN()
ACL-1012 : OpenOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE(String param1)
ACL-1011 : Create "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETE(String param1)
ACL-1014 : Delete "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
ACL-1013 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DENIED(String param1, String param2, String param3)
ACL-1002 : Denied : {0} {1} {2}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage ALLOWED(String param1, String param2, String param3)
ACL-1001 : Allowed : {0} {1} {2}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.