Interface ElytronMessages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger

    @MessageLogger(projectCode="ELY",
                   length=5)
    @ValidIdRange(min=3,max=3) @ValidIdRange(min=1065,max=1065) @ValidIdRange(min=1121,max=1123) @ValidIdRange(min=1160,max=1165) @ValidIdRange(min=3031,max=3031) @ValidIdRange(min=17000,max=17999)
    interface ElytronMessages
    extends org.jboss.logging.BasicLogger
    Log messages and exceptions for Elytron.
    Author:
    David M. Lloyd, Darran Lofthouse
    • Method Detail

      • builderAlreadyBuilt

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

        @Message(id=1065,
                 value="Pattern requires a capture group")
        IllegalArgumentException patternRequiresCaptureGroup()
      • 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()
      • xmlFailedToCreateCredential

        @Message(id=17000,
                 value="Failed to create credential")
        IOException xmlFailedToCreateCredential​(@Cause
                                                Throwable cause)