Class AuthenticationProperties.CacheProperties

java.lang.Object
org.camunda.bpm.spring.boot.starter.property.AuthenticationProperties.CacheProperties
Enclosing class:
AuthenticationProperties

public static class AuthenticationProperties.CacheProperties extends Object
  • Field Details

    • AUTH_CACHE_TIME_TO_LIVE

      public static final long AUTH_CACHE_TIME_TO_LIVE
      See Also:
    • ttlEnabled

      protected boolean ttlEnabled
      Enables authentication time to live.
    • timeToLive

      protected long timeToLive
      Authentication time to live.
  • Constructor Details

    • CacheProperties

      public CacheProperties()
  • Method Details

    • isTtlEnabled

      public boolean isTtlEnabled()
    • setTtlEnabled

      public void setTtlEnabled(boolean ttlEnabled)
    • getTimeToLive

      public long getTimeToLive()
    • setTimeToLive

      public void setTimeToLive(long timeToLive)
    • toString

      public String toString()
      Overrides:
      toString in class Object