Interface TwoFactorConfigurationService
- All Known Implementing Classes:
TwoFactorConfigurationServiceImpl
public interface TwoFactorConfigurationService
-
Method Summary
Modifier and TypeMethodDescriptiongetFormattedEmailBodyFor(org.apache.fineract.useradministration.domain.AppUser user, OTPRequest request) getFormattedEmailSubjectFor(org.apache.fineract.useradministration.domain.AppUser user, OTPRequest request) getFormattedSmsTextFor(org.apache.fineract.useradministration.domain.AppUser user, OTPRequest request) booleanbooleanupdate(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
retrieveAll
-
isSMSEnabled
boolean isSMSEnabled() -
getSMSProviderId
Integer getSMSProviderId() -
getSmsText
String getSmsText() -
isEmailEnabled
boolean isEmailEnabled() -
getEmailSubject
String getEmailSubject() -
getEmailBody
String getEmailBody() -
getFormattedEmailSubjectFor
String getFormattedEmailSubjectFor(org.apache.fineract.useradministration.domain.AppUser user, OTPRequest request) -
getFormattedEmailBodyFor
String getFormattedEmailBodyFor(org.apache.fineract.useradministration.domain.AppUser user, OTPRequest request) -
getFormattedSmsTextFor
String getFormattedSmsTextFor(org.apache.fineract.useradministration.domain.AppUser user, OTPRequest request) -
getOTPTokenLength
Integer getOTPTokenLength() -
getOTPTokenLiveTime
Integer getOTPTokenLiveTime() -
getAccessTokenLiveTime
Integer getAccessTokenLiveTime() -
getAccessTokenExtendedLiveTime
Integer getAccessTokenExtendedLiveTime() -
update
-