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

      • primaryInvertibleCryptographer

        protected final org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer
      • primaryOneWayCryptographer

        protected final org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer
    • Constructor Detail

      • FessSecurityResourceProvider

        public FessSecurityResourceProvider​(org.lastaflute.core.security.InvertibleCryptographer primaryInvertibleCryptographer,
                                            org.lastaflute.core.security.OneWayCryptographer primaryOneWayCryptographer)
    • Method Detail

      • 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