Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInitParameterNames (4.14 sec)

  1. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

             * @throws UnsupportedOperationException Always thrown as this operation is not supported
             */
            @Override
            public Enumeration<String> getInitParameterNames() {
                throw new UnsupportedOperationException("getInitParameterNames() is not supported in SpnegoFilterConfig");
            }
    
        }
    
        /**
         * Resolves the SPNEGO credential to a user entity.
         *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 17.8K bytes
    - Viewed (3)
Back to top