Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myUserType (0.03 sec)

  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()
        }
    
        // ===================================================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top