public class AuthenticationProviderMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATIONPROVIDER_LOG_HIERARCHY |
static String |
CLOSE_LOG_HIERARCHY |
static String |
CREATE_LOG_HIERARCHY |
static String |
DELETE_LOG_HIERARCHY |
static String |
OPEN_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSE()
Log a AuthenticationProvider message of the Format:
|
static LogMessage |
CREATE(String param1)
Log a AuthenticationProvider message of the Format:
|
static LogMessage |
DELETE(String param1)
Log a AuthenticationProvider message of the Format:
|
static LogMessage |
OPEN()
Log a AuthenticationProvider message of the Format:
|
public static final String AUTHENTICATIONPROVIDER_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 LogMessage OPEN()
ATH-1002 : OpenOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE(String param1)
ATH-1001 : Create "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETE(String param1)
ATH-1004 : Delete "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
ATH-1003 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.