Class IssuerProperties.JwksCache
-
- All Implemented Interfaces:
public final class IssuerProperties.JwksCache
-
-
Field Summary
Fields Modifier and Type Field Description public final static IssuerProperties.JwksCacheEMPTY_CACHEprivate final BooleanisConfiguredprivate final LonglifespanMillisprivate final LongrefreshTimeMillisprivate final Longlifespanprivate final LongrefreshTime
-
Constructor Summary
Constructors Constructor Description IssuerProperties.JwksCache(Long lifespan, Long refreshTime)
-
Method Summary
Modifier and Type Method Description final BooleanisConfigured()final LonggetLifespanMillis()final LonggetRefreshTimeMillis()final LonggetLifespan()final LonggetRefreshTime()Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Method Detail
-
isConfigured
final Boolean isConfigured()
-
getLifespanMillis
final Long getLifespanMillis()
-
getRefreshTimeMillis
final Long getRefreshTimeMillis()
-
getLifespan
final Long getLifespan()
-
getRefreshTime
final Long getRefreshTime()
-
-
-
-