Searched defs:EMAIL_VALUE (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.java32 private static final String EMAIL_VALUE = "bobo@bobo.com"; field in class:JwtAttributeMapperTest
48 jwtMappings.put(EMAIL, EMAIL_VALUE);
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.java32 private static final String EMAIL_VALUE = "bobo@bobo.com"; field in class:JwtAttributeMapperTest
48 jwtMappings.put(EMAIL, EMAIL_VALUE);
63 assertThat(attrs.get(AM_EMAIL).iterator().next()).isEqualTo(EMAIL_VALUE);

Completed in 29 milliseconds