public interface LoginAs
You must never use this service explicitly in your code since it may be removed in future. Instead you should use
Framework.loginAsUser(String)
Implementors must implement this interface and expose the implementation as a Nuxeo service.
Modifier and Type | Method and Description |
---|---|
LoginContext |
loginAs(String username)
Perform the Login As.
|
LoginContext loginAs(String username) throws LoginException
username
- LoginException
Copyright © 2015 Nuxeo SA. All rights reserved.