Searched defs:jwtMappings (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java38 private Map<String, Object> jwtMappings; field in class:JwtAttributeMapperTest
45 jwtMappings = new HashMap<String, Object>();
46 jwtMappings.put(SUB, SUBJECT_VALUE);
47 jwtMappings.put(ISS, ISSUER);
48 jwtMappings.put(EMAIL, EMAIL_VALUE);
54 claimsSet = new JwtClaimsSet(jwtMappings);
/forgerock/openam/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java38 private Map<String, Object> jwtMappings; field in class:JwtAttributeMapperTest
45 jwtMappings = new HashMap<String, Object>();
46 jwtMappings.put(SUB, SUBJECT_VALUE);
47 jwtMappings.put(ISS, ISSUER);
48 jwtMappings.put(EMAIL, EMAIL_VALUE);
54 claimsSet = new JwtClaimsSet(jwtMappings);

Completed in 39 milliseconds