All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.imunity.otp.resetui.OTPResetStep3MobileCode Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
/*
 * Copyright (c) 2018 Bixbit - Krzysztof Benedyczak All rights reserved.
 * See LICENCE.txt file for licensing information.
 */

package io.imunity.otp.resetui;

import pl.edu.icm.unity.webui.authn.credreset.CredentialResetFlowConfig;
import pl.edu.icm.unity.webui.authn.credreset.CredentialResetCodeVerificationUI;
import pl.edu.icm.unity.webui.authn.credreset.password.PasswordCredentialResetController.CodeConsumer;
import pl.edu.icm.unity.webui.authn.credreset.password.PasswordCredentialResetController.CodeSender;

class OTPResetStep3MobileCode extends CredentialResetCodeVerificationUI
{

	OTPResetStep3MobileCode(CredentialResetFlowConfig credResetConfig, CodeConsumer proceedCallback, 
			CodeSender codeSender)
	{
		super(credResetConfig, proceedCallback, codeSender, 
				credResetConfig.msg.getMessage("CredentialReset.mobileInfo"), 
				credResetConfig.msg.getMessage("CredentialReset.mobileCode"), 
				credResetConfig.msg.getMessage("CredentialReset.resendMobileDesc"));
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy