@MessageLogger(projectCode="JBAS")
public interface DomainManagementLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static DomainManagementLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
static DomainManagementLogger |
SECURITY_LOGGER
A logger with category specifically for logging per request security related messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
failedRetrieveLdapAttribute(String attribute)
log warning message it was not able to retrieve matching groups from the pattern
|
void |
failedRetrieveLdapGroups(Throwable cause)
Logs a warning message indicating it failed to retrieving groups from the LDAP provider
|
void |
failedRetrieveMatchingGroups()
log warning message it was not able to retriev matching groups from the pattern
|
void |
failedRetrieveMatchingLdapGroups(Throwable cause)
log warning message it was not able to retrieving matching groups from the pattern
|
void |
passwordAttributeDeprecated()
Logs a warning message indicating that the password attribute is deprecated that that keystore-password
should be used instead.
|
void |
realmMisMatch(String realmRealmName,
String fileRealmName)
Logs a message indicating that the name of the realm does not match the name used in the properties file.
|
void |
userAndPasswordWarning()
Logs a warning message indicating the user and password were found in the properties file.
|
void |
whitespaceTrimmed()
Logs a warning message indicating that whitespace has been trimmed from the password when it was
decoded from Base64.
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final DomainManagementLogger ROOT_LOGGER
static final DomainManagementLogger SECURITY_LOGGER
@LogMessage(level=WARN)
@Message(id=15200,
value="Properties file defined with default user and password, this will be easy to guess.")
void userAndPasswordWarning()
@LogMessage(level=WARN)
@Message(id=15201,
value="Whitespace has been trimmed from the Base64 representation of the secret identity.")
void whitespaceTrimmed()
@LogMessage(level=WARN)
@Message(id=15202,
value="The attribute \'password\' is deprecated, \'keystore-password\' should be used instead.")
void passwordAttributeDeprecated()
@LogMessage(level=WARN)
@Message(id=15203,
value="The realm name of the defined security realm \'%s\' does not match the realm name within the properties file \'%s\'.")
void realmMisMatch(String realmRealmName,
String fileRealmName)
@LogMessage(level=WARN)
@Message(id=15204,
value="Failed to retrieving groups from the LDAP provider.")
void failedRetrieveLdapGroups(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=15205,
value="Failed to retrieving matching groups from the pattern, check the regular expression for pattern attribute.")
void failedRetrieveMatchingLdapGroups(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=15206,
value="Failed to retrieve matching groups from the groups, check the regular expression for groups attribute.")
void failedRetrieveMatchingGroups()
@LogMessage(level=WARN)
@Message(id=15207,
value="Failed to retrieve attribute %s from search result.")
void failedRetrieveLdapAttribute(String attribute)
Copyright © 2014 JBoss by Red Hat. All rights reserved.