Searched defs:hotpParams (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 DHOTPService.java90 * @param hotpParams The authentication modules configuration settings.
92 public HOTPService(AMIdentityRepository amIdentityRepo, String userName, HOTPParams hotpParams) { argument
95 this.gatewaySMSImplClass = hotpParams.getGatewaySMSImplClass();
96 this.codeValidityDuration = hotpParams.getCodeValidityDuration();
97 this.codeLength = hotpParams.getCodeLength();
98 this.codeDelivery = hotpParams.getCodeDelivery();
99 this.telephoneAttribute = hotpParams.getTelephoneLdapAttributeName();
100 this.carrierAttribute = hotpParams.getCarrierLdapAttributeName();
101 this.emailAttribute = hotpParams.getEmailLdapAttributeName();
102 this.currentConfig = hotpParams
[all...]
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java92 * @param hotpParams The authentication modules configuration settings.
94 public HOTPService(AMIdentityRepository amIdentityRepo, String userName, HOTPParams hotpParams) { argument
97 this.gatewaySMSImplClass = hotpParams.getGatewaySMSImplClass();
98 this.codeValidityDuration = hotpParams.getCodeValidityDuration();
99 this.codeLength = hotpParams.getCodeLength();
100 this.codeDelivery = hotpParams.getCodeDelivery();
101 this.telephoneAttribute = hotpParams.getTelephoneLdapAttributeName();
102 this.carrierAttribute = hotpParams.getCarrierLdapAttributeName();
103 this.emailAttribute = hotpParams.getEmailLdapAttributeName();
104 this.currentConfig = hotpParams
[all...]

Completed in 28 milliseconds