Interface ElytronMessages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger

    @MessageLogger(projectCode="ELY",
                   length=5)
    @ValidIdRange(min=3,max=3) @ValidIdRange(min=1121,max=1123) @ValidIdRange(min=1160,max=1165) @ValidIdRange(min=3031,max=3031)
    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
      IllegalStateException builderAlreadyBuilt()  
      GeneralSecurityException initialLoginSkipped​(long seconds)  
      IOException keyTabDoesNotExists​(String keyTab)  
      GeneralSecurityException noKerberosPrincipalsFound()  
      IOException noKeysForPrincipalInKeyTab​(String principal, String keyTab)  
      GeneralSecurityException tooManyKerberosPrincipalsFound()  
      GeneralSecurityException tooManyKerberosTicketsFound()  
      GeneralSecurityException unableToPerformInitialLogin​(LoginException 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

      • builderAlreadyBuilt

        @Message(id=3,
                 value="This builder has already been built")
        IllegalStateException builderAlreadyBuilt()
      • noKerberosPrincipalsFound

        @Message(id=1122,
                 value="No Kerberos principals found.")
        GeneralSecurityException noKerberosPrincipalsFound()
      • tooManyKerberosPrincipalsFound

        @Message(id=1123,
                 value="Too many Kerberos principals found.")
        GeneralSecurityException tooManyKerberosPrincipalsFound()
      • keyTabDoesNotExists

        @Message(id=1160,
                 value="KeyTab [%s] does not exists.")
        IOException keyTabDoesNotExists​(String keyTab)
      • noKeysForPrincipalInKeyTab

        @Message(id=1161,
                 value="No keys for Kerberos principal [%s] was found in KeyTab [%s].")
        IOException noKeysForPrincipalInKeyTab​(String principal,
                                               String keyTab)
      • initialLoginSkipped

        @Message(id=1165,
                 value="Initial JAAS login skipped as it has failed in last %d seconds")
        GeneralSecurityException initialLoginSkipped​(long seconds)
      • tooManyKerberosTicketsFound

        @Message(id=3031,
                 value="Too many KerberosTicket instances in private credentials")
        GeneralSecurityException tooManyKerberosTicketsFound()