Interface LoginDialogBuilder.LoginValidator

Enclosing interface:
LoginDialogBuilder

public static interface LoginDialogBuilder.LoginValidator
Validates a login attempt.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(User user)
    Valdates a login with the given user
  • Method Details

    • validate

      void validate(User user) throws Exception
      Valdates a login with the given user
      Parameters:
      user - the user
      Throws:
      Exception - in case validation fails