public interface LoginProvider
The provider can be redefined by a Nuxeo Framework property named with the full name of this interface.
Modifier and Type | Method and Description |
---|---|
LoginContext |
login(String username,
String password)
Log in the user given the username and password, and returns a login context.
|
LoginContext login(String username, String password) throws LoginException
username
- the usernamepassword
- the passwordLoginException
- if the user cannot be logged inCopyright © 2018 Nuxeo. All rights reserved.