Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for myUserType (0.6 seconds)

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

        /**
         * Returns the user type identifier for this application.
         *
         * @return an optional containing the user type string "A" for Admin
         */
        @Override
        protected OptionalThing<String> myUserType() { // for framework
            return OptionalThing.of(USER_TYPE); // same reason as getUserBean()
        }
    
        // ===================================================================================
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 15K bytes
    - Click Count (0)
Back to Top