Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for fileAuthenticationBhv (0.16 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/exbhv/FileAuthenticationBhv.java

    import java.util.regex.Pattern;
    
    import org.codelibs.fess.opensearch.config.bsbhv.BsFileAuthenticationBhv;
    import org.codelibs.fess.util.ComponentUtil;
    
    /**
     * @author FreeGen
     */
    public class FileAuthenticationBhv extends BsFileAuthenticationBhv {
        private String indexName = null;
    
        @Override
        protected String asEsIndex() {
            if (indexName == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java

        public FileAuthenticationService() {
            // Default constructor
        }
    
        /**
         * Behavior class for file authentication database operations.
         */
        @Resource
        protected FileAuthenticationBhv fileAuthenticationBhv;
    
        /**
         * Configuration settings for the Fess application.
         */
        @Resource
        protected FessConfig fessConfig;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/service/FileConfigService.java

        /**
         * Behavior class for file authentication database operations.
         * Manages authentication configurations associated with file configurations.
         */
        @Resource
        protected FileAuthenticationBhv fileAuthenticationBhv;
    
        /**
         * Fess configuration object providing access to application settings.
         * Used for retrieving pagination and other configuration parameters.
         */
        @Resource
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileAuthenticationDbm.java

            return "org.codelibs.fess.opensearch.config.cbean.FileAuthenticationCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.FileAuthenticationBhv";
        }
    
        // ===================================================================================
        //                                                                         Object Type
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top