- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_parseJwtClaim_nestedArray (0.3 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
final var credential = authenticator.getLoginCredential(); assertNotNull(credential); assertTrue(credential instanceof ActionResponseCredential); } @Test public void test_parseJwtClaim_nestedArray() throws IOException { final String jwtClaim = "{\"matrix\":[[1,2],[3,4]]}"; final Map<String, Object> attributes = new HashMap<>(); authenticator.parseJwtClaim(jwtClaim, attributes);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0)