Interface CookieSettings
-
- All Known Implementing Classes:
AbstractCookieSettings,RememberMeCookieSettings,SignonCookieSettings
public interface CookieSettings
CookieSettings- Author:
- Joakim Erdfelt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCookieTimeout()Gets the Cookie timeout (in minutes) for the signon cookie.StringgetDomain()Gets the domain to use for the signon cookie.StringgetPath()Gets the path to use for the signon cookie.voidinitialize()booleanisEnabled()Enable or disables the remember me features of the application.
-
-
-
Method Detail
-
getCookieTimeout
int getCookieTimeout()
Gets the Cookie timeout (in minutes) for the signon cookie.- Returns:
- the timeout in minutes
-
isEnabled
boolean isEnabled()
Enable or disables the remember me features of the application.- Returns:
- true if remember me settings are enabled.
-
initialize
void initialize()
- Since:
- 2.1
-
-