U - typ objektu uživatele@FunctionalInterface
public static interface SessionManager.Auth<U>
| Modifier and Type | Method and Description |
|---|---|
U |
authenticate(java.lang.String userName,
java.lang.String userPassword)
Provede autentizaci (ověření pravosti) uživatele.
|
U authenticate(java.lang.String userName, java.lang.String userPassword) throws AuthException
userName - uživatelské jménouserPassword - přístupové hesloAuthException - při neúspěšné autentizace