public interface Account
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(Authentication auth)
The contract of this method is that it is supposed to check if the Authentication object auth is sufficient to
log into the account represented by the implementing class.
|
boolean authenticate(Authentication auth)
auth
- authentification object to be checked.Copyright © 2013. All Rights Reserved.