Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for webAuthenticationBhv (0.08 sec)

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

    import java.util.regex.Pattern;
    
    import org.codelibs.fess.opensearch.config.bsbhv.BsWebAuthenticationBhv;
    import org.codelibs.fess.util.ComponentUtil;
    
    /**
     * @author FreeGen
     */
    public class WebAuthenticationBhv extends BsWebAuthenticationBhv {
        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/WebAuthenticationService.java

         */
        public WebAuthenticationService() {
            // Default constructor
        }
    
        /**
         * Behavior class for web authentication operations.
         */
        @Resource
        protected WebAuthenticationBhv webAuthenticationBhv;
    
        /**
         * Fess configuration settings.
         */
        @Resource
        protected FessConfig fessConfig;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/service/WebConfigService.java

         */
        @Resource
        protected WebConfigBhv webConfigBhv;
    
        /**
         * Behavior class for web authentication operations.
         */
        @Resource
        protected WebAuthenticationBhv webAuthenticationBhv;
    
        /**
         * Behavior class for request header operations.
         */
        @Resource
        protected RequestHeaderBhv requestHeaderBhv;
    
        /**
         * Fess configuration settings.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java

            return "org.codelibs.fess.opensearch.config.cbean.WebAuthenticationCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.WebAuthenticationBhv";
        }
    
        // ===================================================================================
        //                                                                         Object Type
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 13.1K bytes
    - Viewed (0)
Back to top