public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
authenticate(String username,
String password)
Authenticates the user with the given password.
|
Set<String> authenticate(String username, String password) throws LoginException
username - The users name.password - The password.LoginException - Thrown, when the login fails.Copyright © 2019 Communote team. All rights reserved.