public interface LoginProvider
| Modifier and Type | Method and Description |
|---|---|
List<String> |
authenticate(String user,
String password) |
List<String> authenticate(String user, String password) throws FailedLoginException
user - password - FailedLoginExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.