public class HOTPParams extends Object
Constructor and Description |
---|
HOTPParams(String gatewaySMSImplClass,
long codeValidityDuration,
String telephoneLdapAttributeName,
String carrierLdapAttributeName,
String emailLdapAttributeName,
String codeDelivery,
Map<?,?> config,
int codeLength,
String messageSubject,
String messageContent,
String fromAddressAttributeName) |
HOTPParams(String gatewaySMSImplClass,
long codeValidityDuration,
String telephoneLdapAttributeName,
String carrierLdapAttributeName,
String emailLdapAttributeName,
String codeDelivery,
Map<?,?> config,
int codeLength,
String messageSubject,
String messageContent,
String fromAddressAttributeName,
Set<String> userSearchAttributes) |
Modifier and Type | Method and Description |
---|---|
String |
getCarrierLdapAttributeName() |
String |
getCodeDelivery() |
int |
getCodeLength() |
long |
getCodeValidityDuration() |
Map<?,?> |
getConfig() |
String |
getEmailLdapAttributeName() |
String |
getFromAddressAttributeName() |
String |
getGatewaySMSImplClass() |
String |
getMessageContent() |
String |
getMessageSubject() |
String |
getTelephoneLdapAttributeName() |
Set<String> |
getUserSearchAttributes() |
public HOTPParams(String gatewaySMSImplClass, long codeValidityDuration, String telephoneLdapAttributeName, String carrierLdapAttributeName, String emailLdapAttributeName, String codeDelivery, Map<?,?> config, int codeLength, String messageSubject, String messageContent, String fromAddressAttributeName)
public HOTPParams(String gatewaySMSImplClass, long codeValidityDuration, String telephoneLdapAttributeName, String carrierLdapAttributeName, String emailLdapAttributeName, String codeDelivery, Map<?,?> config, int codeLength, String messageSubject, String messageContent, String fromAddressAttributeName, Set<String> userSearchAttributes)
public String getGatewaySMSImplClass()
public long getCodeValidityDuration()
public String getTelephoneLdapAttributeName()
public String getCarrierLdapAttributeName()
public String getEmailLdapAttributeName()
public String getCodeDelivery()
public Map<?,?> getConfig()
public int getCodeLength()
public String getMessageSubject()
public String getMessageContent()
public String getFromAddressAttributeName()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.