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

/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java109 private String amAuthCert_altUserProfileMapper; field in class:Cert
224 amAuthCert_altUserProfileMapper = CollectionHelper.getMapAttr(
364 amAuthCert_altUserProfileMapper +
705 // which is in amAuthCert_altUserProfileMapper.
706 userTokenId = CertUtils.getAttributeValue(subjectPrincipal, amAuthCert_altUserProfileMapper);
908 amAuthCert_altUserProfileMapper = null;
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java106 private String amAuthCert_altUserProfileMapper; field in class:Cert
212 amAuthCert_altUserProfileMapper = CollectionHelper.getMapAttr(
358 .append(amAuthCert_altUserProfileMapper)
645 // which is in amAuthCert_altUserProfileMapper.
646 userTokenId = CertUtils.getAttributeValue(subjectPrincipal, amAuthCert_altUserProfileMapper);
847 amAuthCert_altUserProfileMapper = null;

Completed in 31 milliseconds