OAuth Client Provider Cache configuration properties

Dirty Check Enabled (com.soa.oauth.client.cache.dirtyCheckEnabled)

Enables or Disables dirty checking of cached client objects. true if enabled, false otherwise.

Default: true

Dirty Check Interval (com.soa.oauth.client.cache.dirtyCheckInterval)

Amount of time in milliseconds before the cached client object is checked for dirtiness. This property is honoured ONLY when dirtyCheck is enabled.

Default: 1000

Cache Object Life Time (com.soa.oauth.client.cache.lifeTime)

Amount of time in seconds the client details can be in cache before a force refresh.

Default: 300