public interface RememberMeConfiguration
RememberMeService
to know what the name of the remember me cookie could be and how old it should be made and what path it should be
placed on and so on.| Modifier and Type | Method and Description |
|---|---|
String |
getCookieDomain(javax.servlet.http.HttpServletRequest httpServletRequest) |
int |
getCookieMaxAgeInSeconds() |
String |
getCookieName() |
String |
getCookiePath(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isCookieHttpOnly(javax.servlet.http.HttpServletRequest httpServletRequest)
If this is true than Seraph will make the remember me a HttpOnly cookie.
|
boolean |
isInsecureCookieAlwaysUsed()
See JRA-10508
|
String getCookieName()
int getCookieMaxAgeInSeconds()
String getCookieDomain(javax.servlet.http.HttpServletRequest httpServletRequest)
httpServletRequest - the request in playString getCookiePath(javax.servlet.http.HttpServletRequest httpServletRequest)
httpServletRequest - the request in playboolean isInsecureCookieAlwaysUsed()
boolean isCookieHttpOnly(javax.servlet.http.HttpServletRequest httpServletRequest)
httpServletRequest - the request in playCopyright © 2018 Atlassian. All rights reserved.