PAM APIs
SOAP interfaces
Two SOAP interfaces are included in the installation of the PAM Module. Find a detailed description of the SOAP interfaces and of their functions in the Java documentation (javadoc) in HTML format.
-
Windows
C:\Program Files\KOBIL\SSMS\modules\pam\doc
-
Linux
/opt/KOBIL/SSMS/modules/pam/doc
The documentation is divided into management and services; consequently, into two different directories:
PamManagementWs
One SOAP interface is on the management node (PamManagementWs) The URL is
https:// <FQHN oder IP-Adresse>:8443/ssms gui/soap/mgt/pam/PamManagementWs
The Management SOAP interface is used to integrate the management tasks concerning the users with the systems of the IT environment.
Download the javadocs for PamManagementWs here: PamManagementWS
Restriction interface
Download the javadocs here: PamWS
PamServicesWs
The second SOAP interface is on the services node (PamServicesWs). This interface is used for the integration into applications.
The URL is:
https:// <FQHN oder IP-Adresse>:8445/ssms-services/soap/svc/pam/PamServicesWs
Download the javadocs for PamServicesWs here: PamServicesWs
Use these interfaces only within a secured environment. As, via the SOAP interfaces, sensitive information like configuration changes and validity verification of passwords are carried out, it is important for security reasons that these interfaces are accessed in a computing center separated and secured from the internet.
Roles and permissions
The use of the Management SOAP interfaces is controlled by roles which define the permissions of every operator. The Services SOAP interface is authenticated only by SSL and does not need any other authentication of the operator.