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 ~wxs853splicer.properties~wxs854 file with the com.ibm.websphere.xs.sessionFilterProps custom property or by splicing the application EAR file.~wxs855
To view this administrative console page, click ~wxs856
.~wxs866Specifies 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 ~wxs868securityEnabled~wxs869 setting in the server properties file. If these settings do not match, an exception results.~wxs870
Indicates if credential authentication is enforced or supported. ~wxs872
No client credential authentication is enforced. ~wxs874
Specifies the number of times that authentication gets tried again if the credential is expired. ~wxs880
If you do not want to try authentication again, set the value to ~wxs8810.~wxs882
Indicates the ~wxs884com.ibm.websphere.objectgrid.security.plugins.CredentialGenerator~wxs885 implementation class, so the client retrieves the credential from the ~wxs886CredentialGenerator~wxs887 object.~wxs888
Specifies whether you are using the Java EE caller or the Java EE runAs subject type. You must specify this value when you choose the WSTokenCredentialGenerator credential generator.~wxs894
Specify a user ID when you are using the ~wxs900UserPasswordCredentialGenerator~wxs901 credential generator implementation.~wxs902
Specify a password when you are using the ~wxs904UserPasswordCredentialGenerator~wxs905 credential generator implementation.~wxs906
Specifies the properties for a custom ~wxs908CredentialGenerator~wxs909 implementation class. The properties are set in the object with the ~wxs910setProperties(String)~wxs911 method. The credential generator properties value is used only when a value is specified for the ~wxs912Credential generator class~wxs913 field.~wxs914