@MessageLogger(projectCode="WFLYPL",
length=4)
public interface PicketLinkLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static PicketLinkLogger |
ROOT_LOGGER |
| Modifier and Type | Method and Description |
|---|---|
void |
activatingSubsystem(String name) |
org.jboss.as.controller.OperationFailedException |
attributeNoLongerSupported(String attributeName) |
void |
boundToJndi(String alias,
String jndiName) |
RuntimeException |
couldNotLoadClass(String mappingClass,
Throwable e) |
org.jboss.as.controller.OperationFailedException |
emptyResource(String parentPathElement) |
org.jboss.as.controller.OperationFailedException |
federationHandlerTypeNotProvided() |
org.jboss.as.controller.OperationFailedException |
idmLdapNoMappingDefined() |
org.jboss.as.controller.OperationFailedException |
idmNoIdentityConfigurationProvided() |
org.jboss.as.controller.OperationFailedException |
idmNoIdentityStoreProvided(String identityConfiguration) |
org.jboss.as.controller.OperationFailedException |
idmNoSupportedTypesDefined() |
org.jboss.as.controller.OperationFailedException |
invalidAlternativeAttributeOccurrence(String attributeName,
String pathElement,
String attributeNames) |
org.jboss.as.controller.OperationFailedException |
invalidChildTypeOccurrence(String parentPathElement,
int maxOccurs,
String elementName) |
RuntimeException |
moduleCouldNotLoad(String s,
Throwable t) |
org.jboss.as.controller.OperationFailedException |
requiredAlternativeAttributes(String pathElement,
String attributeNames) |
org.jboss.as.controller.OperationFailedException |
requiredAttribute(String attributeName,
String configuration) |
org.jboss.as.controller.OperationFailedException |
requiredChild(String parentPathElement,
String childPathElement) |
IllegalStateException |
typeAlreadyDefined(String clazz) |
org.jboss.as.controller.OperationFailedException |
typeNotProvided(String elementName) |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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 PicketLinkLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Activating PicketLink %s Subsystem")
void activatingSubsystem(String name)
@LogMessage(level=INFO)
@Message(id=3,
value="Bound [%s] to [%s]")
void boundToJndi(String alias,
String jndiName)
@Message(id=7,
value="Could not load module [%s].")
RuntimeException moduleCouldNotLoad(String s,
@Cause
Throwable t)
@Message(id=9,
value="Could not load class [%s].")
RuntimeException couldNotLoadClass(String mappingClass,
@Cause
Throwable e)
@Message(id=10,
value="No type provided for %s. You must specify a class-name or code.")
org.jboss.as.controller.OperationFailedException typeNotProvided(String elementName)
@Message(id=12,
value="Attribute [%s] is not longer supported.")
org.jboss.as.controller.OperationFailedException attributeNoLongerSupported(String attributeName)
@Message(id=13,
value="[%s] can only have [%d] child of type [%s].")
org.jboss.as.controller.OperationFailedException invalidChildTypeOccurrence(String parentPathElement,
int maxOccurs,
String elementName)
@Message(id=14,
value="Invalid attribute [%s] definition for [%s]. Only one of the following attributes are allowed: [%s].")
org.jboss.as.controller.OperationFailedException invalidAlternativeAttributeOccurrence(String attributeName,
String pathElement,
String attributeNames)
@Message(id=15,
value="Required attribute [%s] for [%s].")
org.jboss.as.controller.OperationFailedException requiredAttribute(String attributeName,
String configuration)
@Message(id=16,
value="[%s] requires one of the given attributes [%s].")
org.jboss.as.controller.OperationFailedException requiredAlternativeAttributes(String pathElement,
String attributeNames)
@Message(id=17,
value="Type [%s] already defined.")
IllegalStateException typeAlreadyDefined(String clazz)
@Message(id=18,
value="[%s] can not be empty.")
org.jboss.as.controller.OperationFailedException emptyResource(String parentPathElement)
@Message(id=19,
value="[%s] requires child [%s].")
org.jboss.as.controller.OperationFailedException requiredChild(String parentPathElement,
String childPathElement)
@Message(id=54,
value="You must provide at least one identity configuration.")
org.jboss.as.controller.OperationFailedException idmNoIdentityConfigurationProvided()
@Message(id=55,
value="You must provide at least one identity store for identity configuration [%s].")
org.jboss.as.controller.OperationFailedException idmNoIdentityStoreProvided(String identityConfiguration)
@Message(id=56,
value="No supported type provided.")
org.jboss.as.controller.OperationFailedException idmNoSupportedTypesDefined()
@Message(id=57,
value="No mapping was defined.")
org.jboss.as.controller.OperationFailedException idmLdapNoMappingDefined()
@Message(id=101,
value="No type provided for the handler. You must specify a class-name or code.")
org.jboss.as.controller.OperationFailedException federationHandlerTypeNotProvided()
Copyright © 2021 JBoss by Red Hat. All rights reserved.