Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for webAuthenticationBhv (0.11 sec)

  1. 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)
  2. 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)
Back to top