Interface ElytronMessages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger

    @MessageLogger(projectCode="ELY",
                   length=5)
    @ValidIdRange(min=9,max=9) @ValidIdRange(min=3025,max=3032) @ValidIdRange(min=4020,max=4020) @ValidIdRange(min=8030,max=8034)
    interface ElytronMessages
    extends org.jboss.logging.BasicLogger
    Log messages and exceptions for Elytron.
    Author:
    David M. Lloyd, Darran Lofthouse
    • Method Detail

      • iterationCountNotSpecified

        @Message(id=3025,
                 value="Iteration count not specified for password based encryption")
        IllegalArgumentException iterationCountNotSpecified()
      • saltNotSpecified

        @Message(id=3026,
                 value="Salt not specified for password based encryption")
        IllegalArgumentException saltNotSpecified()
      • initialKeyNotSpecified

        @Message(id=3027,
                 value="Initial key not specified for password based encryption")
        IllegalArgumentException initialKeyNotSpecified()
      • securityProviderDoesnExist

        @Message(id=3028,
                 value="Security provider \"%s\" doesn\'t exist")
        IllegalArgumentException securityProviderDoesnExist​(String providerName)
      • closed

        @Message(id=3030,
                 value="I/O operation failed: closed")
        IOException closed()
      • wrongBase64InPBCompatibleMode

        @Message(id=3032,
                 value="Base64 string created with unsupported PicketBox version \"%s\"")
        IllegalArgumentException wrongBase64InPBCompatibleMode​(String base64)
      • mechanismNotSupported

        @Message(id=4020,
                 value="Mechanism \"%s\" not supported by transformation mapper")
        IllegalArgumentException mechanismNotSupported​(String mechanism)
      • failedToDecode

        @Message(id=8031,
                 value="Failed to decode parameter specification")
        IOException failedToDecode​(@Cause
                                   Throwable cause)
      • invalidParameterSpec

        @Message(id=8032,
                 value="Invalid parameter specification type (expected %s, got %s)")
        InvalidParameterSpecException invalidParameterSpec​(Class<?> expected,
                                                           Class<?> actual)
      • invalidFormat

        @Message(id=8033,
                 value="Invalid format given (expected %s, got %s)")
        IOException invalidFormat​(String expected,
                                  String actual)
      • algorithmParametersNotInitialized

        @Message(id=8034,
                 value="Algorithm parameters instance not initialized")
        IllegalStateException algorithmParametersNotInitialized()