| Modifier and Type | Method and Description |
|---|---|
Session |
OperationRequest.getSession() |
Session |
AutomationClient.getSession()
Creates a new session.
|
Session |
AutomationClient.getSession(LoginCallback loginCb)
Create a new session using the given login callback to gather login info.
|
Session |
AutomationClient.getSession(String token)
Creates a new session using the given token.
|
Session |
AutomationClient.getSession(String username,
String password)
Creates a new session using the given login.
|
Session |
AutomationClient.getSession(TokenCallback cb)
Creates a new session using the given token callback by following these
steps:
Look for a token saved locally using
TokenCallback.getLocalToken()
If it doesn't exist, use
TokenCallback#getRemoteToken(java.util.Map)) to acquire a token
remotely using the information gathered by
TokenCallback.getTokenParams(), and save the token locally using
TokenCallback.saveToken(String)
Get a session with the token using AutomationClient.getSession(String)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationClient.getSession(AsyncCallback<Session> cb)
Creates a new session.
|
void |
AutomationClient.getSession(LoginCallback loginCb,
AsyncCallback<Session> cb)
Create asynchronously a new session using the given login callback to
gather login info.
|
void |
AutomationClient.getSession(String username,
String password,
AsyncCallback<Session> cb)
Creates asynchronously a new session using the given login.
|
| Modifier and Type | Field and Description |
|---|---|
protected Session |
DocumentService.session |
protected Session |
DocumentSecurityService.session
Client session.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
DocumentService.getSession() |
Session |
DocumentSecurityService.getSession()
Getter for session.
|
| Constructor and Description |
|---|
DocumentSecurityService(Session session)
Constructor.
|
DocumentService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
HttpAutomationClient.createSession(Connector connector,
LoginInfo login) |
Session |
HttpAutomationClient.getSession() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSession |
class |
JavaSession
Abstract class for sessions running on real JVMs.
|
class |
StreamedSession
Allows request to be streamed
|
| Modifier and Type | Method and Description |
|---|---|
protected Session |
AbstractAutomationClient.createSession(Connector connector,
LoginInfo login) |
Session |
AbstractAutomationClient.getSession() |
Session |
JavaClient.getSession() |
Session |
AbstractAutomationClient.getSession(LoginCallback loginCb) |
Session |
JavaClient.getSession(LoginCallback cb) |
protected Session |
AbstractAutomationClient.getSession(RequestInterceptor interceptor) |
Session |
AbstractAutomationClient.getSession(String token) |
Session |
AbstractAutomationClient.getSession(String username,
String password) |
Session |
JavaClient.getSession(String username,
String password) |
Session |
AbstractAutomationClient.getSession(TokenCallback cb) |
protected Session |
AbstractAutomationClient.login(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAutomationClient.getSession(AsyncCallback<Session> cb) |
void |
JavaClient.getSession(AsyncCallback<Session> cb) |
void |
AbstractAutomationClient.getSession(LoginCallback loginCb,
AsyncCallback<Session> cb) |
void |
JavaClient.getSession(LoginCallback loginCb,
AsyncCallback<Session> cb) |
void |
AbstractAutomationClient.getSession(String username,
String password,
AsyncCallback<Session> cb) |
void |
JavaClient.getSession(String username,
String password,
AsyncCallback<Session> cb) |
| Modifier and Type | Field and Description |
|---|---|
protected Session |
BlobRef.session |
| Modifier and Type | Method and Description |
|---|---|
Session |
BlobRef.session() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobRef.attach(Session session) |
Copyright © 2022. All rights reserved.