Interface ElytronMessages

  • All Superinterfaces:
    BasicLogger
    All Known Implementing Classes:
    ElytronMessages_$logger

    @MessageLogger(projectCode="ELY",
                   length=5)
    @ValidIdRange(min=1001,max=1002) @ValidIdRange(min=1028,max=1029) @ValidIdRange(min=1035,max=1036) @ValidIdRange(min=1041,max=1041) @ValidIdRange(min=1064,max=1064) @ValidIdRange(min=1091,max=1091) @ValidIdRange(min=1129,max=1144) @ValidIdRange(min=1159,max=1159) @ValidIdRange(min=1162,max=1164) @ValidIdRange(min=1166,max=1166) @ValidIdRange(min=2034,max=2034) @ValidIdRange(min=2010,max=2010) @ValidIdRange(min=4005,max=4005) @ValidIdRange(min=4028,max=4028) @ValidIdRange(min=9501,max=9503) @ValidIdRange(min=9527,max=9527) @ValidIdRange(min=9529,max=9529) @ValidIdRange(min=14000,max=14999)
    public interface ElytronMessages
    extends BasicLogger
    Log messages and exceptions for Elytron.
    Author:
    David M. Lloyd, Darran Lofthouse
    • Method Detail

      • xmlInvalidPortNumber

        @Message(id=1002,
                 value="Invalid port number \"%s\" specified for attribute \"%s\" of element \"%s\"; expected a numerical value between 1 and 65535 (inclusive)")
        ConfigXMLParseException xmlInvalidPortNumber​(@Param
                                                     XMLStreamReader reader,
                                                     String attributeValue,
                                                     String attributeName,
                                                     QName elementName)
      • invalidPortNumber

        @Message(id=1028,
                 value="Invalid port number \"%d\"")
        IllegalArgumentException invalidPortNumber​(int port)
      • unableToCreateKeyManager

        @Message(id=1035,
                 value="Unable to create key manager")
        IOException unableToCreateKeyManager​(@Cause
                                             Exception e)
      • unableToCreateTrustManager

        @Message(id=1036,
                 value="Unable to create trust manager")
        IOException unableToCreateTrustManager​(@Cause
                                               Exception e)
      • couldNotObtainCredential

        @Message(id=1041,
                 value="Could not obtain credential")
        RuntimeException couldNotObtainCredential()
      • postAssociationFailed

        @LogMessage(level=WARN)
        @Message(id=1091,
                 value="Post-association peer context action failed")
        void postAssociationFailed​(@Cause
                                   Throwable cause)
      • xmlUnknownSslContextSpecified

        @Message(id=1129,
                 value="Unknown SSL context \"%s\" specified")
        ConfigXMLParseException xmlUnknownSslContextSpecified​(@Param
                                                              Location location,
                                                              String name)
      • xmlUnknownAuthenticationConfigurationSpecified

        @Message(id=1132,
                 value="Unknown authentication configuration \"%s\" specified")
        ConfigXMLParseException xmlUnknownAuthenticationConfigurationSpecified​(@Param
                                                                               Location location,
                                                                               String name)
      • xmlInvalidKeyStoreEntryType

        @Message(id=1137,
                 value="Invalid key store entry type for alias \"%s\" (expected %s, got %s)")
        ConfigXMLParseException xmlInvalidKeyStoreEntryType​(@Param
                                                            Location location,
                                                            String alias,
                                                            Class<?> expectedClass,
                                                            Class<?> actualClass)
      • xmlFailedToCreateCredentialStore

        @Message(id=1139,
                 value="Failed to create credential store")
        ConfigXMLParseException xmlFailedToCreateCredentialStore​(@Param
                                                                 Location location,
                                                                 @Cause
                                                                 Throwable cause)
      • keyStoreEntryMissing

        @Message(id=1159,
                 value="Key store entry for alias \"%s\" is missing.")
        ConfigXMLParseException keyStoreEntryMissing​(@Param
                                                     Location location,
                                                     String alias)
      • xmlInvalidGssMechanismName

        @Message(id=1162,
                 value="Invalid GSS mechanism name \"%s\" - unable to convert to mechanism OID")
        ConfigXMLParseException xmlInvalidGssMechanismName​(@Param
                                                           XMLStreamReader reader,
                                                           String mechanismName)
      • xmlUnableToIdentifyProvider

        @Message(id=1164,
                 value="Unable to identify provider name=%s, for service type=%s, algorithm=%s")
        ConfigXMLParseException xmlUnableToIdentifyProvider​(@Param
                                                            Location location,
                                                            String providerName,
                                                            String serviceType,
                                                            String algorithm)
      • xmlDeprecatedElement

        @LogMessage(level=WARN)
        @Message(id=1166,
                 value="%2$s: Element \"%1$s\" is deprecated")
        void xmlDeprecatedElement​(String name,
                                  XMLLocation location)
      • missingAlias

        @Message(id=2034,
                 value="Alias must be specified if more than one entry exist in keystore")
        ConfigXMLParseException missingAlias​(@Param
                                             Location location)
      • xmlUnknownKeyStoreSpecified

        @Message(id=2010,
                 value="Unknown key store specified")
        ConfigXMLParseException xmlUnknownKeyStoreSpecified​(@Param
                                                            Location location)
      • noDefaultTrustManager

        @Message(id=4005,
                 value="No default trust manager available")
        NoSuchAlgorithmException noDefaultTrustManager()
      • noDefaultKeyManager

        @Message(id=4028,
                 value="No default key manager available")
        NoSuchAlgorithmException noDefaultKeyManager()
      • duplicateCredentialStoreName

        @Message(id=9502,
                 value="Duplicate credential store name found in configuration \"%s\"")
        ConfigXMLParseException duplicateCredentialStoreName​(@Param
                                                             XMLStreamReader reader,
                                                             String storeName)
      • xmlCredentialStoreNameNotDefined

        @Message(id=9503,
                 value="Credential store name \"%s\" not defined")
        ConfigXMLParseException xmlCredentialStoreNameNotDefined​(@Param
                                                                 Location location,
                                                                 String storeName)
      • xmlInvalidCredentialStoreRef

        @Message(id=9527,
                 value="Invalid credential store reference")
        ConfigXMLParseException xmlInvalidCredentialStoreRef​(@Param
                                                             Location location)
      • xmlUnsupportedAlgorithmForType

        @Message(id=9529,
                 value="Unsupported algorithm \"%s\" for %s type")
        ConfigXMLParseException xmlUnsupportedAlgorithmForType​(@Param
                                                               Location location,
                                                               String algorithm,
                                                               String type)
      • atLeastOneCipherSuiteAttributeMustBeProvided

        @Message(id=14000,
                 value="At least one of the \'%s\' and \'%s\' cipher-suite attributes must be provided")
        ConfigXMLParseException atLeastOneCipherSuiteAttributeMustBeProvided​(String attribute1,
                                                                             String attribute2)
      • unableToObtainSslContext

        @Message(id=14002,
                 value="Unable to obtain SSLContext")
        ConfigXMLParseException unableToObtainSslContext()
      • nameCallbackHandlingWasUnsuccessful

        @Message(id=14003,
                 value="Name callback handling was unsuccessful")
        ConfigXMLParseException nameCallbackHandlingWasUnsuccessful()
      • passwordCallbackHandlingWasUnsuccessful

        @Message(id=14004,
                 value="Password callback handling was unsuccessful")
        ConfigXMLParseException passwordCallbackHandlingWasUnsuccessful()
      • sslContextForSecurityProviderCreatesInfiniteLoop

        @Message(id=14005,
                 value="Default SSL context in security provider creates infinite loop")
        NoSuchAlgorithmException sslContextForSecurityProviderCreatesInfiniteLoop()
      • clientConfigurationFileNotFound

        @Message(id=14006,
                 value="Configuration file path passed to WildFlyElytronClientDefaultSSLContextProvider not found")
        IllegalArgumentException clientConfigurationFileNotFound()
      • clientConfigurationFileNotValid

        @Message(id=14007,
                 value="Invalid path passed to WildFlyElytronClientDefaultSSLContextProvider")
        IllegalArgumentException clientConfigurationFileNotValid()
      • couldNotObtainClientDefaultSSLContext

        @Message(id=14008,
                 value="WildFlyElytronClientDefaultSSLContextProvider could not obtain client default SSLContext")
        NoSuchAlgorithmException couldNotObtainClientDefaultSSLContext()