Searched defs:emailAttribute (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java70 private String emailAttribute; field in class:HOTPService
101 this.emailAttribute = hotpParams.getEmailLdapAttributeName();
370 if (emailAttribute==null || emailAttribute.trim().length()==0) {
371 emailAttribute="mail";
374 DEBUG.message("HOTP.sendSMS() : " + "Using email attribute of " + emailAttribute);
376 Set emails = identity.getAttribute(emailAttribute);
401 if ((emailAttribute != null) && (emailAttribute.trim().length() != 0)) {
402 returnAttributes.add(emailAttribute);
[all...]
H A DHOTP.java89 private String emailAttribute = null; field in class:HOTP
119 emailAttribute = CollectionHelper.getMapAttr(options, ATTRIBUTEEMAIL);
130 + " email attribute=" + emailAttribute
170 telephoneAttribute, carrierAttribute, emailAttribute, codeDelivery, currentConfig,
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java72 private String emailAttribute; field in class:HOTPService
103 this.emailAttribute = hotpParams.getEmailLdapAttributeName();
372 if (emailAttribute==null || emailAttribute.trim().length()==0) {
373 emailAttribute="mail";
376 DEBUG.message("HOTP.sendSMS() : " + "Using email attribute of " + emailAttribute);
378 Set emails = identity.getAttribute(emailAttribute);
403 if ((emailAttribute != null) && (emailAttribute.trim().length() != 0)) {
404 returnAttributes.add(emailAttribute);
[all...]
H A DHOTP.java89 private String emailAttribute = null; field in class:HOTP
119 emailAttribute = CollectionHelper.getMapAttr(options, ATTRIBUTEEMAIL);
130 + " email attribute=" + emailAttribute
170 telephoneAttribute, carrierAttribute, emailAttribute, codeDelivery, currentConfig,

Completed in 32 milliseconds