Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.dialog
Interface LoginDialogBuilder.LoginValidator
- Enclosing interface:
LoginDialogBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Validates a login attempt.
-
Method Summary
-
Method Details
-
validate
Validates a login with the given user- Parameters:
user- the user- Throws:
Exception- in case validation fails
-