Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.client
Interface LoginHandler

All Known Implementing Classes:
DefaultLoginHandler

public interface LoginHandler

Manages user login and current user session.

Author:
Bogdan Stefanescu

Method Summary
 LoginContext getLoginContext()
           
 boolean isLogged()
           
 LoginContext login()
           
 LoginContext loginAsSystem(String username)
           
 void logout()
           
 void retryLogin()
           
 

Method Detail

isLogged

boolean isLogged()

loginAsSystem

LoginContext loginAsSystem(String username)
                           throws LoginException
Throws:
LoginException

login

LoginContext login()
                   throws LoginException
Throws:
LoginException

logout

void logout()
            throws LoginException
Throws:
LoginException

getLoginContext

LoginContext getLoginContext()

retryLogin

void retryLogin()
                throws LoginException
Throws:
LoginException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.