Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.automation.client.LoginCallback

Packages that use LoginCallback
org.nuxeo.ecm.automation.client   
org.nuxeo.ecm.automation.client.jaxrs.spi   
 

Uses of LoginCallback in org.nuxeo.ecm.automation.client
 

Methods in org.nuxeo.ecm.automation.client with parameters of type LoginCallback
 Session AutomationClient.getSession(LoginCallback loginCb)
          Create a new session using the given login callback to gather login info.
 void AutomationClient.getSession(LoginCallback loginCb, AsyncCallback<Session> cb)
          Create asynchronously a new session using the given login callback to gather login info.
 

Uses of LoginCallback in org.nuxeo.ecm.automation.client.jaxrs.spi
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type LoginCallback
 Session AbstractAutomationClient.getSession(LoginCallback loginCb)
           
 Session JavaClient.getSession(LoginCallback cb)
           
 void AbstractAutomationClient.getSession(LoginCallback loginCb, AsyncCallback<Session> cb)
           
 void JavaClient.getSession(LoginCallback loginCb, AsyncCallback<Session> cb)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.