public class FessCookieResourceProvider extends Object implements org.lastaflute.web.servlet.cookie.CookieResourceProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.lastaflute.core.security.InvertibleCryptographer |
cookieCipher |
protected FessConfig |
harborConfig |
| Constructor and Description |
|---|
FessCookieResourceProvider(FessConfig harborConfig,
org.lastaflute.core.security.InvertibleCryptographer cookieCipher) |
| Modifier and Type | Method and Description |
|---|---|
org.lastaflute.core.security.InvertibleCryptographer |
provideCipher() |
Integer |
provideDefaultExpire() |
String |
provideDefaultPath() |
protected final FessConfig harborConfig
protected final org.lastaflute.core.security.InvertibleCryptographer cookieCipher
public FessCookieResourceProvider(FessConfig harborConfig, org.lastaflute.core.security.InvertibleCryptographer cookieCipher)
public String provideDefaultPath()
provideDefaultPath in interface org.lastaflute.web.servlet.cookie.CookieResourceProviderpublic Integer provideDefaultExpire()
provideDefaultExpire in interface org.lastaflute.web.servlet.cookie.CookieResourceProviderpublic org.lastaflute.core.security.InvertibleCryptographer provideCipher()
provideCipher in interface org.lastaflute.web.servlet.cookie.CookieResourceProviderCopyright © 2009–2017 CodeLibs. All rights reserved.