|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.seraph.cookie.CookieFactory
RememberMeService code
public class CookieFactory
Factory for cookie-related interfaces.
Note: Without initialisation the CookieHandler will return anInsecureCookieEncoder. However
after init() has been called an EncryptedCookieEncoder will be returned.
| Constructor Summary | |
|---|---|
CookieFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
static CookieEncoder |
getCookieEncoder()
Deprecated. |
static CookieHandler |
getCookieHandler()
Deprecated. |
static void |
init(SecurityConfig config)
Deprecated. |
static void |
setCookieEncoder(CookieEncoder encoder)
Deprecated. |
static void |
setCookieHandler(CookieHandler handler)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieFactory()
| Method Detail |
|---|
public static void init(SecurityConfig config)
public static CookieHandler getCookieHandler()
public static CookieEncoder getCookieEncoder()
public static void setCookieHandler(CookieHandler handler)
public static void setCookieEncoder(CookieEncoder encoder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||