Version 9.5 SP1
 —  Reference Guide to SIN  —

Deprecated Login Modules

Here is a list of deprecated login modules that are no longer used in Security Infrastructure.


CentraSiteServerLoginModule

This is a Login Module for retrieving user roles. It is responsible for the following operations:

With the CentraSiteServerLoginModule you can retrieve role information from the CentraSite Server. It creates the corresponding RolePrincipal objects and adds them in the Subject. The CentraSiteServerLoginModule requires a user name and a password for authentication. It also supports the usage of both an IAF token and an IAF artifact. The IAF artifact must be presented in SagCredentials object as a password, in the corresponding field.

Parameters for Configuration

Set sin-common.jar, sin-xmlserver.jar, and the Tamino API for Java (TaminoAPI4J) in the classpath.

Note:
You must have a running CentraSite Server to be able to use the CentraSiteServerLoginModule.

Check the list with the parameters' description in the following table:

Parameter Description Default Value Possible Values Mandatory
xmlserver_url

The URL pointing to the CentraSite Server.

None

Any valid URL

Yes
useIAF

If the IAF artifact is present in the SagCredentials, the parameter specifies whether to use it.

If set to "false", user name and password will be used for authentication against the XML server.

The default value is "true".

true

false

No
usePasswordForIAF

This parameter gets the IAF artifact from the password field.

Note:
The IAF artifact is Base-64 encoded.

The default value is "false".

true

false

No

Check the next task for the prerequisites to the secure communication between CentraSiteServerLoginModule and the application server.

Using SSL / HTTPS

The communication between the CentraSiteServerLoginModule and CentraSite server works via HTTPS. Following are prerequisites for the usage of HTTPS if the calling program and the CentraSite server are not located on the same physical system:

Top of page