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

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPParams.java45 private final String telephoneLdapAttributeName; field in class:HOTPParams
56 public HOTPParams(String gatewaySMSImplClass, long codeValidityDuration, String telephoneLdapAttributeName, argument
59 this(gatewaySMSImplClass, codeValidityDuration, telephoneLdapAttributeName, carrierLdapAttributeName,
65 final String telephoneLdapAttributeName, final String carrierLdapAttributeName,
72 this.telephoneLdapAttributeName = telephoneLdapAttributeName;
93 return telephoneLdapAttributeName;
64 HOTPParams(final String gatewaySMSImplClass, final long codeValidityDuration, final String telephoneLdapAttributeName, final String carrierLdapAttributeName, final String emailLdapAttributeName, final String codeDelivery, final Map<?, ?> config, final int codeLength, final String messageSubject, final String messageContent, final String fromAddressAttributeName, final Set<String> userSearchAttributes) argument
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPParams.java45 private final String telephoneLdapAttributeName; field in class:HOTPParams
56 public HOTPParams(String gatewaySMSImplClass, long codeValidityDuration, String telephoneLdapAttributeName, argument
59 this(gatewaySMSImplClass, codeValidityDuration, telephoneLdapAttributeName, carrierLdapAttributeName,
65 final String telephoneLdapAttributeName, final String carrierLdapAttributeName,
72 this.telephoneLdapAttributeName = telephoneLdapAttributeName;
93 return telephoneLdapAttributeName;
64 HOTPParams(final String gatewaySMSImplClass, final long codeValidityDuration, final String telephoneLdapAttributeName, final String carrierLdapAttributeName, final String emailLdapAttributeName, final String codeDelivery, final Map<?, ?> config, final int codeLength, final String messageSubject, final String messageContent, final String fromAddressAttributeName, final Set<String> userSearchAttributes) argument

Completed in 53 milliseconds