Class FlowableCommonAppProperties.Cookie
- java.lang.Object
-
- org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
-
- Enclosing class:
- FlowableCommonAppProperties
public static class FlowableCommonAppProperties.Cookie extends Object
The configuration for the security remember me cookie.
-
-
Constructor Summary
Constructors Constructor Description Cookie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()DurationgetMaxAge()DurationgetRefreshAge()voidsetDomain(String domain)voidsetMaxAge(Duration maxAge)voidsetRefreshAge(Duration refreshAge)
-