- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 1user_123 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/ldap/LdapManagerTest.java
ldapManager.init(); // Normal input should not be escaped assertEquals("normaluser", ldapManager.escapeLDAPSearchFilter("normaluser")); assertEquals("user123", ldapManager.escapeLDAPSearchFilter("user123")); assertEquals("user.name", ldapManager.escapeLDAPSearchFilter("user.name")); } @Test public void test_escapeLDAPSearchFilter_withBackslash() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
public void test_parseJwtClaim_simpleValues() throws IOException { final String jwtClaim = "{\"sub\":\"user123\",\"name\":\"John Doe\",\"email\":\"******@****.***\"}"; final Map<String, Object> attributes = new HashMap<>(); authenticator.parseJwtClaim(jwtClaim, attributes); assertEquals("user123", attributes.get("sub")); assertEquals("John Doe", attributes.get("name"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0)