Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LoginAction (0.04 seconds)

  1. src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java

            return FessUserBean.class;
        }
    
        /**
         * Gets the login action type class.
         *
         * @return the LoginAction class
         */
        @Override
        protected Class<?> getLoginActionType() {
            return LoginAction.class;
        }
    
        /**
         * Converts a user key to a typed user ID.
         * In this implementation, returns the user key as-is.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 12.1K bytes
    - Click Count (0)
Back to Top