Class AuthenticationProperties.CacheProperties

  • Enclosing class:
    AuthenticationProperties

    public static class AuthenticationProperties.CacheProperties
    extends java.lang.Object
    • Field Detail

      • AUTH_CACHE_TIME_TO_LIVE

        public static final long AUTH_CACHE_TIME_TO_LIVE
        See Also:
        Constant Field Values
      • ttlEnabled

        protected boolean ttlEnabled
        Enables authentication time to live.
      • timeToLive

        protected long timeToLive
        Authentication time to live.
    • Constructor Detail

      • CacheProperties

        public CacheProperties()
    • Method Detail

      • isTtlEnabled

        public boolean isTtlEnabled()
      • setTtlEnabled

        public void setTtlEnabled​(boolean ttlEnabled)
      • getTimeToLive

        public long getTimeToLive()
      • setTimeToLive

        public void setTimeToLive​(long timeToLive)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object