Package | Description |
---|---|
massim.framework.connection |
Modifier and Type | Class and Description |
---|---|
class |
UsernamePasswordAuthentication
This class represents a username/password-style authentication.
|
Modifier and Type | Method and Description |
---|---|
protected Authentication |
UsernamePasswordSocketLoginManager.getAuthentication(Socket s) |
protected abstract Authentication |
AbstractSocketLoginManager.getAuthentication(Socket s)
This method is called to receive a new Authentification implementing object for a connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UsernamePasswordAccount.authenticate(Authentication a) |
boolean |
Account.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.
|
Copyright © 2013. All Rights Reserved.