Searched defs:AM_EMAIL (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.java31 private static final String AM_EMAIL = "mail"; field in class:JwtAttributeMapperTest
52 attributeMappings.put(EMAIL, AM_EMAIL);
63 assertThat(attrs.get(AM_EMAIL).iterator().next()).isEqualTo(EMAIL_VALUE);
/forgerock/openam/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java31 private static final String AM_EMAIL = "mail"; field in class:JwtAttributeMapperTest
52 attributeMappings.put(EMAIL, AM_EMAIL);
63 assertThat(attrs.get(AM_EMAIL).iterator().next()).isEqualTo(EMAIL_VALUE);

Completed in 34 milliseconds