Package org.entur.jwt.verifier.config
Class JwkOutageCacheProperties
- java.lang.Object
-
- org.entur.jwt.verifier.config.JwkOutageCacheProperties
-
public class JwkOutageCacheProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanenabledprotected longtimeToLiveTime to live, in seconds
-
Constructor Summary
Constructors Constructor Description JwkOutageCacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimeToLive()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetTimeToLive(long timeToLive)
-