public interface LoginHandler
| Modifier and Type | Method and Description |
|---|---|
LoginContext |
getLoginContext() |
boolean |
isLogged() |
LoginContext |
login() |
LoginContext |
loginAsSystem(String username) |
void |
logout() |
void |
retryLogin() |
boolean isLogged()
LoginContext loginAsSystem(String username) throws LoginException
LoginExceptionLoginContext login() throws LoginException
LoginExceptionvoid logout()
throws LoginException
LoginExceptionLoginContext getLoginContext()
void retryLogin()
throws LoginException
LoginExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.