Class FessSecurityResourceProvider

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 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