User Tools

Site Tools


developers:server-side

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
developers:server-side [2018/06/27 14:00]
tjotov created
developers:server-side [2018/06/27 14:56]
tjotov
Line 1: Line 1:
 ====== Server side development ====== ====== Server side development ======
 +There are two basic ways how to use ADUCID in your project: web service and JAVA SDK Client.
 +
  
 ==== Web service ==== ==== Web service ====
Line 12: Line 14:
 [[.:integration:sdk-java:client-api|Java SDK Client API]] [[.:integration:sdk-java:client-api|Java SDK Client API]]
  
-Recommender **Java**  client for server part of ADUCID integration. +client for server part of ADUCID integration on JAVAIt very similar to WSA.
- +
-Can be integrated in any Java project.+
  
-See also [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]]+See also 
 +  * [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]] 
 +  * [[developers:advanced-integration:result-operation-codes|Error statuses of authentication process]] 
 +  * [[developers:advanced-integration:aim-status-codes|Semantics of individual statuses of the authentication session (AIMStatus)]]