public class FessSecurityResourceProvider extends Object implements org.lastaflute.core.security.SecurityResourceProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.lastaflute.core.security.InvertibleCryptographer |
primaryInvertibleCryptographer |
protected org.lastaflute.core.security.OneWayCryptographer |
primaryOneWayCryptographer |
| Constructor and Description |
|---|
FessSecurityResourceProvider(org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer,
org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer) |
| Modifier and Type | Method and Description |
|---|---|
org.lastaflute.core.security.InvertibleCryptographer |
providePrimaryInvertibleCryptographer() |
org.lastaflute.core.security.OneWayCryptographer |
providePrimaryOneWayCryptographer() |
protected final org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer
protected final org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer
public FessSecurityResourceProvider(org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer,
org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer)
public org.lastaflute.core.security.InvertibleCryptographer providePrimaryInvertibleCryptographer()
providePrimaryInvertibleCryptographer in interface org.lastaflute.core.security.SecurityResourceProviderpublic org.lastaflute.core.security.OneWayCryptographer providePrimaryOneWayCryptographer()
providePrimaryOneWayCryptographer in interface org.lastaflute.core.security.SecurityResourceProviderCopyright © 2009–2017 CodeLibs. All rights reserved.