Interface PasswordStore
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Where the application keeps the accounts that sign in with a password.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe account signing in asusername, ornull.
-
Method Details
-
find
The account signing in asusername, ornull.
-