Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clientRefreshMinPeriodMillis => clientRefreshMinPeriodSeconds

...

JAAS Configuration PropertyImpact on Refresh Algorithm
clientRefreshWindowFactorThe background login refresh thread will sleep until the specified window factor
relative to the token's total lifetime has been reached, at which time it will
try to refresh the credential. Legal values are between 0.5 (50%) and 1.0 (100%)
inclusive; a default value of 0.8 (80%) is used if a legal value is not specified.
clientRefreshWindowJitterThe maximum amount of random jitter relative to the token's total lifetime that
is added to the background login refresh thread's sleep time. Legal values are
between 0 and 0.25 (25%) inclusive; a default value of 0.05 (5%) is used if a
legal value is not specified.
clientRefreshMinPeriodMillisclientRefreshMinPeriodSecondsThe desired minimum time to wait before refreshing a token, in millisecondsseconds.
Legal values are between 0 and 900 ,000 (15 minutes); a default value of
60 ,000 (1 minute) is used if a legal value is not specified.
clientRefreshBufferSecondsThe amount of buffer time before expiration to maintain when refreshing.
If a refresh is scheduled to occur closer to expiration than the number of
seconds defined here then the refresh will be moved up if possible so as to
maintain the desired buffer. Legal values are between 0 and 3,600 (1 hour);
a default value of 120 (2 minutes) is used if a legal value is not specified.

...