Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.automation.client.jaxrs.LoginInfo

Packages that use LoginInfo
org.nuxeo.ecm.automation.client.jaxrs   
org.nuxeo.ecm.automation.client.jaxrs.spi   
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers   
 

Uses of LoginInfo in org.nuxeo.ecm.automation.client.jaxrs
 

Fields in org.nuxeo.ecm.automation.client.jaxrs declared as LoginInfo
static LoginInfo LoginInfo.ANONYNMOUS
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs that return LoginInfo
 LoginInfo Session.getLogin()
          Get the login used to authenticate against the server
 

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

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return LoginInfo
 LoginInfo DefaultSession.getLogin()
           
 

Constructors in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type LoginInfo
DefaultSession(AbstractAutomationClient client, Connector connector, LoginInfo login)
           
 

Uses of LoginInfo in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return LoginInfo
 LoginInfo LoginMarshaller.read(net.sf.json.JSONObject json)
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return types with arguments of type LoginInfo
 Class<LoginInfo> LoginMarshaller.getJavaType()
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers with parameters of type LoginInfo
 String LoginMarshaller.getReference(LoginInfo info)
           
 void LoginMarshaller.write(net.sf.json.JSONObject object, LoginInfo info)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.