Class FessSecurityResourceProvider
- java.lang.Object
-
- org.codelibs.fess.mylasta.direction.sponsor.FessSecurityResourceProvider
-
- All Implemented Interfaces:
org.lastaflute.core.security.SecurityResourceProvider
public class FessSecurityResourceProvider extends java.lang.Object implements org.lastaflute.core.security.SecurityResourceProvider- Author:
- jflute
-
-
Field Summary
Fields Modifier and Type Field Description protected org.lastaflute.core.security.InvertibleCryptographerprimaryInvertibleCryptographerprotected org.lastaflute.core.security.OneWayCryptographerprimaryOneWayCryptographer
-
Constructor Summary
Constructors Constructor Description FessSecurityResourceProvider(org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer, org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.lastaflute.core.security.InvertibleCryptographerprovidePrimaryInvertibleCryptographer()org.lastaflute.core.security.OneWayCryptographerprovidePrimaryOneWayCryptographer()
-
-
-
Method Detail
-
providePrimaryInvertibleCryptographer
public org.lastaflute.core.security.InvertibleCryptographer providePrimaryInvertibleCryptographer()
- Specified by:
providePrimaryInvertibleCryptographerin interfaceorg.lastaflute.core.security.SecurityResourceProvider
-
providePrimaryOneWayCryptographer
public org.lastaflute.core.security.OneWayCryptographer providePrimaryOneWayCryptographer()
- Specified by:
providePrimaryOneWayCryptographerin interfaceorg.lastaflute.core.security.SecurityResourceProvider
-
-