- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for myUserType (0.04 sec)
-
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 15K bytes - Viewed (0)