Interface ElytronMessages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger

    @MessageLogger(projectCode="ELY",
                   length=5)
    @ValidIdRanges(@ValidIdRange(min=6008,max=6014))
    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
      void errorHttpMechSsoFailedInvalidateLocalSession​(Throwable cause)  
      IllegalStateException httpMechSsoInvalidLogoutMessage​(String localSessionId)  
      HttpAuthenticationException httpServerAuthenticationMechanismNotFound​(String mechanismName)  
      void warnHttpMechSsoFailedLogoutParticipant​(String url, Throwable cause)  
      • 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

      • warnHttpMechSsoFailedLogoutParticipant

        @LogMessage(level=WARN)
        @Message(id=6008,
                 value="Failed to logout participant [%s]. Participant will be removed from list of participants but its local session may still be active.")
        void warnHttpMechSsoFailedLogoutParticipant​(String url,
                                                    @Cause
                                                    Throwable cause)
      • httpMechSsoInvalidLogoutMessage

        @Message(id=6012,
                 value="Invalid logout message received for local session [%s]")
        IllegalStateException httpMechSsoInvalidLogoutMessage​(String localSessionId)
      • errorHttpMechSsoFailedInvalidateLocalSession

        @LogMessage(level=ERROR)
        @Message(id=6013,
                 value="Failed to invalidate local session")
        void errorHttpMechSsoFailedInvalidateLocalSession​(@Cause
                                                          Throwable cause)
      • httpServerAuthenticationMechanismNotFound

        @Message(id=6014,
                 value="Authentication mechanism \'%s\' cannot be found")
        HttpAuthenticationException httpServerAuthenticationMechanismNotFound​(String mechanismName)