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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SoapAuthClient
 
 - 
 - 
Method Details
- 
login
Description copied from interface:AuthServiceStarts a new session.- Specified by:
 loginin interfaceAuthService- Parameters:
 username- The usernamepassword- The password- Returns:
 - The newly created session identifier(sid)
 - Throws:
 AuthenticationException- the user was not authenticated
 - 
loginApiKey
Description copied from interface:AuthServiceStarts a new session.- Specified by:
 loginApiKeyin interfaceAuthService- Parameters:
 apiKey- The API Key- Returns:
 - The newly created session identifier(sid)
 - Throws:
 AuthenticationException- the user was not authenticated
 - 
logout
Description copied from interface:AuthServiceCloses a session.- Specified by:
 logoutin interfaceAuthService- Parameters:
 sid- identifier of the session or an API Key
 - 
valid
Description copied from interface:AuthServiceChecks if a SID is valid- Specified by:
 validin interfaceAuthService- Parameters:
 sid- identifier of the session or an API Key- Returns:
 - if the session is valid
 
 - 
renew
Description copied from interface:AuthServiceRenews a session- Specified by:
 renewin interfaceAuthService- Parameters:
 sid- identifier of the session or an API Key
 
 -