Class SoapAuthClient
java.lang.Object
com.logicaldoc.webservice.soap.client.SoapClient<AuthService>
com.logicaldoc.webservice.soap.client.SoapAuthClient
- All Implemented Interfaces:
- AuthService
Auth Web Service client (SOAP).
- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SoapAuthClient
 
- 
- 
Method Details- 
loginDescription copied from interface:AuthServiceStarts a new session.- Specified by:
- loginin interface- AuthService
- Parameters:
- username- The username
- password- The password
- Returns:
- The newly created session identifier(sid)
- Throws:
- AuthenticationException- the user was not authenticated
 
- 
loginApiKeyDescription copied from interface:AuthServiceStarts a new session.- Specified by:
- loginApiKeyin interface- AuthService
- Parameters:
- apiKey- The API Key
- Returns:
- The newly created session identifier(sid)
- Throws:
- AuthenticationException- the user was not authenticated
 
- 
logoutDescription copied from interface:AuthServiceCloses a session.- Specified by:
- logoutin interface- AuthService
- Parameters:
- sid- identifier of the session or an API Key
 
- 
validDescription copied from interface:AuthServiceChecks if a SID is valid- Specified by:
- validin interface- AuthService
- Parameters:
- sid- identifier of the session or an API Key
- Returns:
- if the session is valid
 
- 
renewDescription copied from interface:AuthServiceRenews a session- Specified by:
- renewin interface- AuthService
- Parameters:
- sid- identifier of the session or an API Key
 
 
-