Searched refs:MAIL (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertUtils.java51 public static final String MAIL = "MAIL"; field in class:CertUtils
/forgerock/openam/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertUtils.java51 public static final String MAIL = "MAIL"; field in class:CertUtils
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java149 final static String MAIL = "mail"; field in class:IdentityResourceV1
696 if (MAIL.equalsIgnoreCase(attributeName)) {
796 return Collections.singletonMap(MAIL, Collections.singleton(email));
H A DIdentityResourceV2.java149 final static String MAIL = "mail"; field in class:IdentityResourceV2
755 if (MAIL.equalsIgnoreCase(attributeName)) {
855 return Collections.singletonMap(MAIL, Collections.singleton(email));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java145 final static String MAIL = "mail"; field in class:IdentityResourceV1
693 if (MAIL.equalsIgnoreCase(attributeName)) {
793 return Collections.singletonMap(MAIL, Collections.singleton(email));
/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java698 userTokenId = CertUtils.getAttributeValue(subjectPrincipal, CertUtils.MAIL);
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java638 userTokenId = CertUtils.getAttributeValue(subjectPrincipal, CertUtils.MAIL);

Completed in 210 milliseconds