Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

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

Methods in org.nuxeo.ecm.automation.client 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()
           
 LoginInfo JavaSession.getLogin()
           
 

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

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(org.codehaus.jackson.JsonParser jp)
           
 

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(org.codehaus.jackson.JsonGenerator jg, LoginInfo value)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.