Package | Description |
---|---|
org.nuxeo.ecm.automation.client | |
org.nuxeo.ecm.automation.client.jaxrs.spi | |
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers |
Modifier and Type | Field and Description |
---|---|
static LoginInfo |
LoginInfo.ANONYNMOUS |
Modifier and Type | Method and Description |
---|---|
LoginInfo |
Session.getLogin()
Get the login used to authenticate against the server
|
Modifier and Type | Field and Description |
---|---|
protected LoginInfo |
JavaSession.login |
protected LoginInfo |
DefaultSession.login |
Modifier and Type | Method and Description |
---|---|
LoginInfo |
JavaSession.getLogin() |
LoginInfo |
DefaultSession.getLogin() |
protected abstract LoginInfo |
JavaClient.login(String username,
String password)
Validate the credentials.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
AbstractAutomationClient.createSession(Connector connector,
LoginInfo login) |
protected abstract JavaSession |
JavaClient.createSession(LoginInfo login)
Create a valid session using the authenticated login.
|
Constructor and Description |
---|
DefaultSession(AbstractAutomationClient client,
Connector connector,
LoginInfo login) |
JavaSession(JavaClient client,
LoginInfo login,
OperationRegistry registry) |
Modifier and Type | Method and Description |
---|---|
LoginInfo |
LoginMarshaller.read(org.codehaus.jackson.JsonParser jp) |
Modifier and Type | Method and Description |
---|---|
Class<LoginInfo> |
LoginMarshaller.getJavaType() |
Modifier and Type | Method and Description |
---|---|
String |
LoginMarshaller.getReference(LoginInfo info) |
Copyright © 2016 Nuxeo SA. All rights reserved.