java.lang.Object
org.codelibs.fess.mylasta.direction.sponsor.FessSecurityResourceProvider
- All Implemented Interfaces:
org.lastaflute.core.security.SecurityResourceProvider
public class FessSecurityResourceProvider
extends Object
implements org.lastaflute.core.security.SecurityResourceProvider
- Author:
- jflute
-
Field Summary
Fields
protected final org.lastaflute.core.security.InvertibleCryptographer
protected final org.lastaflute.core.security.OneWayCryptographer
-
Constructor Summary
Constructors
FessSecurityResourceProvider(org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer,
org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer)
-
Method Summary
org.lastaflute.core.security.InvertibleCryptographer
org.lastaflute.core.security.OneWayCryptographer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
primaryInvertibleCryptographer
protected final org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer
-
primaryOneWayCryptographer
protected final org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer
-
Constructor Details
-
FessSecurityResourceProvider
public FessSecurityResourceProvider(org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer,
org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer)
-
Method Details
-
providePrimaryInvertibleCryptographer
public org.lastaflute.core.security.InvertibleCryptographer providePrimaryInvertibleCryptographer()
- Specified by:
providePrimaryInvertibleCryptographer in interface org.lastaflute.core.security.SecurityResourceProvider
-
providePrimaryOneWayCryptographer
public org.lastaflute.core.security.OneWayCryptographer providePrimaryOneWayCryptographer()
- Specified by:
providePrimaryOneWayCryptographer in interface org.lastaflute.core.security.SecurityResourceProvider