Searched defs:gatewaySMSImplClass (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPParams.java43 private final String gatewaySMSImplClass; field in class:HOTPParams
56 public HOTPParams(String gatewaySMSImplClass, long codeValidityDuration, String telephoneLdapAttributeName, argument
59 this(gatewaySMSImplClass, codeValidityDuration, telephoneLdapAttributeName, carrierLdapAttributeName,
64 public HOTPParams(final String gatewaySMSImplClass, final long codeValidityDuration, argument
70 this.gatewaySMSImplClass = gatewaySMSImplClass;
85 return gatewaySMSImplClass;
H A DHOTPService.java66 private final String gatewaySMSImplClass; field in class:HOTPService
95 this.gatewaySMSImplClass = hotpParams.getGatewaySMSImplClass();
196 SMSGateway gateway = Class.forName(gatewaySMSImplClass).asSubclass(SMSGateway.class).newInstance();
H A DHOTP.java83 private String gatewaySMSImplClass = null; field in class:HOTP
110 gatewaySMSImplClass = CollectionHelper.getMapAttr(options,
169 HOTPParams hotpParams = new HOTPParams(gatewaySMSImplClass, Long.parseLong(codeValidityDuration),
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPParams.java43 private final String gatewaySMSImplClass; field in class:HOTPParams
56 public HOTPParams(String gatewaySMSImplClass, long codeValidityDuration, String telephoneLdapAttributeName, argument
59 this(gatewaySMSImplClass, codeValidityDuration, telephoneLdapAttributeName, carrierLdapAttributeName,
64 public HOTPParams(final String gatewaySMSImplClass, final long codeValidityDuration, argument
70 this.gatewaySMSImplClass = gatewaySMSImplClass;
85 return gatewaySMSImplClass;
H A DHOTPService.java68 private final String gatewaySMSImplClass; field in class:HOTPService
97 this.gatewaySMSImplClass = hotpParams.getGatewaySMSImplClass();
198 SMSGateway gateway = Class.forName(gatewaySMSImplClass).asSubclass(SMSGateway.class).newInstance();
H A DHOTP.java83 private String gatewaySMSImplClass = null; field in class:HOTP
110 gatewaySMSImplClass = CollectionHelper.getMapAttr(options,
169 HOTPParams hotpParams = new HOTPParams(gatewaySMSImplClass, Long.parseLong(codeValidityDuration),

Completed in 33 milliseconds