Interface ElytronMessages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger

    @MessageLogger(projectCode="ELY",
                   length=5)
    @ValidIdRanges(@ValidIdRange(min=6000,max=6018))
    interface ElytronMessages
    extends org.jboss.logging.BasicLogger
    Log messages and exceptions for Elytron.
    Author:
    David M. Lloyd, Darran Lofthouse
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      HttpAuthenticationException httpAuthenticationFailedEvaluatingRequest()  
      HttpAuthenticationException httpAuthenticationNoMechanisms()  
      HttpAuthenticationException httpAuthenticationNoSuccessfulResponder()  
      UnsupportedOperationException noAttachmentSupport()  
      IllegalStateException statusCodeNotNow()  
      • 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
    • Method Detail

      • statusCodeNotNow

        @Message(id=6000,
                 value="Status code can not be set at this time.")
        IllegalStateException statusCodeNotNow()
      • noAttachmentSupport

        @Message(id=6005,
                 value="Attachments are not supported on this scope.")
        UnsupportedOperationException noAttachmentSupport()
      • httpAuthenticationFailedEvaluatingRequest

        @Message(id=6016,
                 value="HTTP authentication failed validating request, no mechanisms remain to continue authentication.")
        HttpAuthenticationException httpAuthenticationFailedEvaluatingRequest()
      • httpAuthenticationNoMechanisms

        @Message(id=6017,
                 value="HTTP authentication is required but no authentication mechansims are available.")
        HttpAuthenticationException httpAuthenticationNoMechanisms()
      • httpAuthenticationNoSuccessfulResponder

        @Message(id=6018,
                 value="HTTP authentication none of the responders successfuly sent a response.")
        HttpAuthenticationException httpAuthenticationNoSuccessfulResponder()