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
LoginException
LoginContext login() throws LoginException
LoginException
void logout() throws LoginException
LoginException
LoginContext getLoginContext()
void retryLogin() throws LoginException
LoginException
Copyright © 2011 Nuxeo SA. All Rights Reserved.