Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.api.login
Class UserSession

java.lang.Object
  extended by org.nuxeo.ecm.platform.api.login.UserSession

Deprecated. use instead Framework.login(String, Object)

@Deprecated
public class UserSession
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
UserSession(String username)
          Deprecated.  
UserSession(String username, String password)
          Deprecated.  
 
Method Summary
 void login()
          Deprecated.  
 void logout()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSession

public UserSession(String username)
Deprecated. 

UserSession

public UserSession(String username,
                   String password)
Deprecated. 
Method Detail

login

public void login()
           throws LoginException
Deprecated. 
Throws:
LoginException

logout

public void logout()
            throws LoginException
Deprecated. 
Throws:
LoginException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.