Access credentials caching properties

These properties apply to access credentials caching.

com.ibm.cdb.security.auth.cache.disabled=false
The default value is false.

This property determines whether credentials caching is disabled.

This property is a scoped and profiled property. You can append an IP address, the name of a scope set or a profile name. You can also set it in the profile configuration in Discovery Management Console.

com.ibm.cdb.security.auth.cache.fallback.failed=true
The default value is true.

This property turns on fallback, when a cache contains valid credentials, but upon retrieval, it fails to validate. If fallback is enabled and cached credentials are no longer valid, cache iterates over all available access entry types until a match is found.

This property is a scoped and profiled property. You can append an IP address, the name of a scope set or profile name.

The following entries are the examples of entries that can be found in the collation.properties file:
com.ibm.cdb.security.auth.cache.fallback.failed=false
com.ibm.cdb.security.auth.cache.fallback.failed.10.160.160.11=true
com.ibm.cdb.security.auth.cache.fallback.failed.ScopeA=true
com.ibm.cdb.security.auth.cache.fallback.failed.GroupA=true
com.ibm.cdb.security.auth.cache.fallback.failed.Level_2_Discovery=false

You can also set this property in Discovery Management Console in the profile configuration on the Platform Properties tab.

com.ibm.cdb.security.auth.cache.fallback.invalid=true
The default value is true.

This property turns on fallback, when entry read from cache contains invalid attempt (the last access failed, there was no valid credentials). If fallback is enabled, cache iterates over all available access entry types until a match is found.

This property is a scoped and profiled property, you can append an IP address, the name of a scope set or profile name.

The following entries are the examples of entries that can be found in the collation.properties file:
com.ibm.cdb.security.auth.cache.fallback.invalid=false
com.ibm.cdb.security.auth.cache.fallback.invalid.10.160.160.11=true
com.ibm.cdb.security.auth.cache.fallback.invalid.ScopeA=true
com.ibm.cdb.security.auth.cache.fallback.invalid.GroupA=true
com.ibm.cdb.security.auth.cache.fallback.invalid.Level_2_Discovery=false

You can also set this property in Discovery Management Console in the profile configuration on the Platform Properties tab.

Fix Pack
5com.ibm.cdb.security.auth.cache.itm.disabled=true
Fix Pack
5The default value is true.

This property determines whether credentials caching is disabled for OSLC discovery.

This property is a scoped and profiled property. You can append an IP address, the name of a scope set or a profile name. You can also set it in the profile configuration in Discovery Management Console.