Interface PicketLinkLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
PicketLinkLogger_$logger
@MessageLogger(projectCode="WFLYPL",
length=4)
public interface PicketLinkLogger
extends org.jboss.logging.BasicLogger
- Author:
- Pedro Igor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidactivatingSubsystem(String name) org.jboss.as.controller.OperationFailedExceptionattributeNoLongerSupported(String attributeName) voidboundToJndi(String alias, String jndiName) org.jboss.as.controller.OperationFailedExceptioncouldNotLoadClass(String mappingClass, Throwable e) org.jboss.as.controller.OperationFailedExceptionemptyResource(String parentPathElement) org.jboss.as.controller.OperationFailedExceptionorg.jboss.as.controller.OperationFailedExceptionorg.jboss.as.controller.OperationFailedExceptionorg.jboss.as.controller.OperationFailedExceptionidmNoIdentityStoreProvided(String identityConfiguration) org.jboss.as.controller.OperationFailedExceptionorg.jboss.as.controller.OperationFailedExceptioninvalidAlternativeAttributeOccurrence(String attributeName, String pathElement, String attributeNames) org.jboss.as.controller.OperationFailedExceptioninvalidChildTypeOccurrence(String parentPathElement, int maxOccurs, String elementName) org.jboss.as.controller.OperationFailedExceptionorg.jboss.as.controller.OperationFailedExceptionrequiredAlternativeAttributes(String pathElement, String attributeNames) org.jboss.as.controller.OperationFailedExceptionrequiredAttribute(String attributeName, String configuration) org.jboss.as.controller.OperationFailedExceptionrequiredChild(String parentPathElement, String childPathElement) typeAlreadyDefined(String clazz) org.jboss.as.controller.OperationFailedExceptiontypeNotProvided(String elementName) Methods inherited from interface org.jboss.logging.BasicLogger
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, warnv
-
Field Details
-
ROOT_LOGGER
-
-
Method Details
-
activatingSubsystem
@LogMessage(level=INFO) @Message(id=1, value="Activating PicketLink %s Subsystem") void activatingSubsystem(String name) -
boundToJndi
-
moduleCouldNotLoad
@Message(id=7, value="Could not load module [%s].") RuntimeException moduleCouldNotLoad(String s, @Cause Throwable t) -
couldNotLoadClass
@Message(id=9, value="Could not load class [%s].") RuntimeException couldNotLoadClass(String mappingClass, @Cause Throwable e) -
typeNotProvided
@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) -
attributeNoLongerSupported
@Message(id=12, value="Attribute [%s] is not longer supported.") org.jboss.as.controller.OperationFailedException attributeNoLongerSupported(String attributeName) -
invalidChildTypeOccurrence
-
invalidAlternativeAttributeOccurrence
-
requiredAttribute
-
requiredAlternativeAttributes
-
typeAlreadyDefined
@Message(id=17, value="Type [%s] already defined.") IllegalStateException typeAlreadyDefined(String clazz) -
emptyResource
@Message(id=18, value="[%s] can not be empty.") org.jboss.as.controller.OperationFailedException emptyResource(String parentPathElement) -
requiredChild
-
idmNoIdentityConfigurationProvided
@Message(id=54, value="You must provide at least one identity configuration.") org.jboss.as.controller.OperationFailedException idmNoIdentityConfigurationProvided() -
idmNoIdentityStoreProvided
@Message(id=55, value="You must provide at least one identity store for identity configuration [%s].") org.jboss.as.controller.OperationFailedException idmNoIdentityStoreProvided(String identityConfiguration) -
idmNoSupportedTypesDefined
@Message(id=56, value="No supported type provided.") org.jboss.as.controller.OperationFailedException idmNoSupportedTypesDefined() -
idmLdapNoMappingDefined
@Message(id=57, value="No mapping was defined.") org.jboss.as.controller.OperationFailedException idmLdapNoMappingDefined() -
federationHandlerTypeNotProvided
@Message(id=101, value="No type provided for the handler. You must specify a class-name or code.") org.jboss.as.controller.OperationFailedException federationHandlerTypeNotProvided() -
migrateOperationAllowedOnlyInAdminOnly
@Message(id=105, value="The migrate operation can not be performed: the server must be in admin-only mode") org.jboss.as.controller.OperationFailedException migrateOperationAllowedOnlyInAdminOnly() -
migrationFailed
-
cannotMigrateNonEmptyConfiguration
@Message(id=107, value="Cannot migrate non-empty picketlink-federation subsystem configuration.") org.jboss.as.controller.OperationFailedException cannotMigrateNonEmptyConfiguration()
-