Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for FileAuthenticationBhv (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  2. src/main/resources/esflute_config.xml

    	<component name="failureUrlBhv" class="org.codelibs.fess.opensearch.config.exbhv.FailureUrlBhv"/>
    	<component name="fileAuthenticationBhv" class="org.codelibs.fess.opensearch.config.exbhv.FileAuthenticationBhv"/>
    	<component name="fileConfigBhv" class="org.codelibs.fess.opensearch.config.exbhv.FileConfigBhv"/>
    	<component name="jobLogBhv" class="org.codelibs.fess.opensearch.config.exbhv.JobLogBhv"/>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Nov 06 13:45:02 GMT 2024
    - 2.9K bytes
    - Click Count (0)
  3. 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
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 12.6K bytes
    - Click Count (0)
Back to Top