Interface PasswordService

    • Method Detail

      • encryptPassword

        String encryptPassword​(String password)
      • checkPassword

        boolean checkPassword​(String password,
                              String hashedPassword)
      • checkPassword

        default boolean checkPassword​(LoginRequest loginRequest,
                                      User user)
      • checkPassword

        default boolean checkPassword​(ChangePassword changePassword,
                                      User user)