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
    Modifier and Type
    Field
    Description
    static final PicketLinkLogger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.jboss.as.controller.OperationFailedException
     
    void
    boundToJndi(String alias, String jndiName)
     
    org.jboss.as.controller.OperationFailedException
     
     
    org.jboss.as.controller.OperationFailedException
    emptyResource(String parentPathElement)
     
    org.jboss.as.controller.OperationFailedException
     
    org.jboss.as.controller.OperationFailedException
     
    org.jboss.as.controller.OperationFailedException
     
    org.jboss.as.controller.OperationFailedException
    idmNoIdentityStoreProvided(String identityConfiguration)
     
    org.jboss.as.controller.OperationFailedException
     
    org.jboss.as.controller.OperationFailedException
    invalidAlternativeAttributeOccurrence(String attributeName, String pathElement, String attributeNames)
     
    org.jboss.as.controller.OperationFailedException
    invalidChildTypeOccurrence(String parentPathElement, int maxOccurs, String elementName)
     
    org.jboss.as.controller.OperationFailedException
     
     
     
    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)
     
     
    org.jboss.as.controller.OperationFailedException
    typeNotProvided(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

  • Method Details

    • activatingSubsystem

      @LogMessage(level=INFO) @Message(id=1, value="Activating PicketLink %s Subsystem") void activatingSubsystem(String name)
    • boundToJndi

      @LogMessage(level=INFO) @Message(id=3, value="Bound [%s] to [%s]") void boundToJndi(String alias, String jndiName)
    • 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

      @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)
    • invalidAlternativeAttributeOccurrence

      @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)
    • requiredAttribute

      @Message(id=15, value="Required attribute [%s] for [%s].") org.jboss.as.controller.OperationFailedException requiredAttribute(String attributeName, String configuration)
    • requiredAlternativeAttributes

      @Message(id=16, value="[%s] requires one of the given attributes [%s].") org.jboss.as.controller.OperationFailedException requiredAlternativeAttributes(String pathElement, String attributeNames)
    • 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

      @Message(id=19, value="[%s] requires child [%s].") org.jboss.as.controller.OperationFailedException requiredChild(String parentPathElement, String childPathElement)
    • 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

      @Message(id=106, value="Migration failed, see results for more details.") String migrationFailed()
    • cannotMigrateNonEmptyConfiguration

      @Message(id=107, value="Cannot migrate non-empty picketlink-federation subsystem configuration.") org.jboss.as.controller.OperationFailedException cannotMigrateNonEmptyConfiguration()