Class ChangePasswordParams
java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.change_password.ChangePasswordParams
public class ChangePasswordParams
extends com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the callback object for change password.Gets the configured user for changing the password.void
setChangePasswordCallback
(ChangePasswordCallback changePasswordCallback) Sets the objects containing the change password callbacks.void
setOrchestrationUser
(OrchestrationUser orchestrationUser) Sets the user to be used for changing the password.Methods inherited from class com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
getCryptoApplicationIndex, setCryptoAppIndex, setCryptoApplicationIndex
-
Constructor Details
-
ChangePasswordParams
public ChangePasswordParams()
-
-
Method Details
-
getOrchestrationUser
Gets the configured user for changing the password.- Returns:
- the configured user
-
setOrchestrationUser
Sets the user to be used for changing the password.- Parameters:
orchestrationUser
- the user
-
getChangePasswordCallback
Retrieves the callback object for change password.- Returns:
- an object containing the callbacks called during change password process.
-
setChangePasswordCallback
Sets the objects containing the change password callbacks.- Parameters:
changePasswordCallback
- contains the callbacks for change password.
-