Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkCredential (1.52 sec)

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

         * @throws UnsupportedOperationException always thrown as this method is not supported
         */
        @Override
        protected void checkCredential(final TypicalLoginAssist<String, FessUserBean, FessUser>.CredentialChecker checker) {
            throw new UnsupportedOperationException("checkCredential is not supported.");
        }
    
        /**
         * Finds a login user by username.
         *
         * @param username the username to search for
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top