Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getOicClientId (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java

            assertEquals("https://accounts.google.com/o/oauth2/token", url);
        }
    
        @Test
        public void test_getOicClientId_default() {
            final String clientId = authenticator.getOicClientId();
            assertEquals("", clientId);
        }
    
        @Test
        public void test_getOicClientSecret_default() {
            final String secret = authenticator.getOicClientSecret();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 15 12:54:47 GMT 2026
    - 11K bytes
    - Click Count (0)
Back to Top