Class AuthenticationProperties.CacheProperties
java.lang.Object
org.camunda.bpm.spring.boot.starter.property.AuthenticationProperties.CacheProperties
- Enclosing class:
- AuthenticationProperties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
protected long
Authentication time to live.protected boolean
Enables authentication time to live. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
void
setTimeToLive
(long timeToLive) void
setTtlEnabled
(boolean ttlEnabled) toString()
-
Field Details
-
AUTH_CACHE_TIME_TO_LIVE
public static final long AUTH_CACHE_TIME_TO_LIVE- See Also:
-
ttlEnabled
protected boolean ttlEnabledEnables authentication time to live. -
timeToLive
protected long timeToLiveAuthentication time to live.
-
-
Constructor Details
-
CacheProperties
public CacheProperties()
-
-
Method Details