Interface ElytronMessages

    • Method Detail

      • invalidPasswordKeySpecificationForAlgorithm

        @Message(id=1043,
                 value="Invalid password key specification for algorithm \"%s\"")
        RuntimeException invalidPasswordKeySpecificationForAlgorithm​(String algorithm,
                                                                     @Cause
                                                                     Throwable cause)
      • couldNotObtainPasswordFactoryForAlgorithm

        @Message(id=1045,
                 value="Could not obtain PasswordFactory for algorithm \"%s\"")
        RuntimeException couldNotObtainPasswordFactoryForAlgorithm​(String algorithm,
                                                                   @Cause
                                                                   Throwable cause)
      • unexpectedErrorWhenProcessingAuthenticationQuery

        @Message(id=1052,
                 value="Unexpected error when processing authentication query \"%s\"")
        RealmUnavailableException unexpectedErrorWhenProcessingAuthenticationQuery​(String sql,
                                                                                   @Cause
                                                                                   Throwable cause)