Use this page to configure client security for a catalog service domain. These settings apply to all the servers in your catalog service domain. These properties can be overridden by specifying a splicer.properties file with the com.ibm.websphere.xs.sessionFilterProps custom property or by splicing the application EAR file.
To view this administrative console page, click
.Specifies that client security is enabled for the catalog server. The server properties file that is associated with the selected catalog server must have a matching securityEnabled setting in the server properties file. If these settings do not match, an exception results.
Indicates if credential authentication is enforced or supported.
No client credential authentication is enforced.
Specifies the number of times that authentication gets tried again if the credential is expired.
If you do not want to try authentication again, set the value to 0.
Indicates the com.ibm.websphere.objectgrid.security.plugins.CredentialGenerator implementation class, so the client retrieves the credential from the CredentialGenerator object.
Specifies if you are using the J2EE caller or the J2EE runAs subject type. You must specify this value when you choose the WSTokenCredentialGenerator credential generator.
Specify a user ID when you are using the UserPasswordCredentialGenerator credential generator implementation.
Specify a password when you are using the UserPasswordCredentialGenerator credential generator implementation.
Specifies the properties for a custom CredentialGenerator implementation class. The properties are sent to the object with the setProperties(String) method. The credential generator properties value is used only when a value is specified for the Credential generator class field.