Class FessCookieResourceProvider
- java.lang.Object
-
- org.codelibs.fess.mylasta.direction.sponsor.FessCookieResourceProvider
-
- All Implemented Interfaces:
org.lastaflute.web.servlet.cookie.CookieResourceProvider
public class FessCookieResourceProvider extends java.lang.Object implements org.lastaflute.web.servlet.cookie.CookieResourceProvider- Author:
- jflute
-
-
Field Summary
Fields Modifier and Type Field Description protected org.lastaflute.core.security.InvertibleCryptographercookieCipherprotected FessConfigharborConfig
-
Constructor Summary
Constructors Constructor Description FessCookieResourceProvider(FessConfig harborConfig, org.lastaflute.core.security.InvertibleCryptographer cookieCipher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.lastaflute.core.security.InvertibleCryptographerprovideCipher()java.lang.IntegerprovideDefaultExpire()java.lang.StringprovideDefaultPath()
-
-
-
Field Detail
-
harborConfig
protected final FessConfig harborConfig
-
cookieCipher
protected final org.lastaflute.core.security.InvertibleCryptographer cookieCipher
-
-
Constructor Detail
-
FessCookieResourceProvider
public FessCookieResourceProvider(FessConfig harborConfig, org.lastaflute.core.security.InvertibleCryptographer cookieCipher)
-
-
Method Detail
-
provideDefaultPath
public java.lang.String provideDefaultPath()
- Specified by:
provideDefaultPathin interfaceorg.lastaflute.web.servlet.cookie.CookieResourceProvider
-
provideDefaultExpire
public java.lang.Integer provideDefaultExpire()
- Specified by:
provideDefaultExpirein interfaceorg.lastaflute.web.servlet.cookie.CookieResourceProvider
-
provideCipher
public org.lastaflute.core.security.InvertibleCryptographer provideCipher()
- Specified by:
provideCipherin interfaceorg.lastaflute.web.servlet.cookie.CookieResourceProvider
-
-