Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLastFunction (0.18 sec)

  1. src/test/java/org/codelibs/fess/sso/SsoAuthenticatorTest.java

                return resolveCalled;
            }
    
            public Class<?> getLastCredentialType() {
                return lastCredentialType;
            }
    
            public Function<?, ?> getLastFunction() {
                return lastFunction;
            }
        }
    
        // Inner class for test credential
        private static class TestLoginCredential implements LoginCredential {
            private final String username;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11K bytes
    - Viewed (0)
Back to top