Package ch.nevis.mobile.sdk.api.operation.password
package ch.nevis.mobile.sdk.api.operation.password
The package containing the interfaces that allow to do password related operations:
password enrollment and password change.
- See Also:
-
ClassDescriptionThe object describing the password authenticator protection status.And invalid password was provided previously.The authenticator is locked and cannot be used.The authenticator is unlocked and can be used.The object that can be used to change the password.The object providing some contextual information during password change.The error returned when the password change failed.An error that indicates that some form of tampering was found in the application.The android device has no secure lock screen.The password was locked because of too many failures.The specified user in
PasswordChange.username(String)
does not have an enrolled password.The password change was canceled.The object handling the old and new password provided by the end-user.The object in charge of password change.The recoverable error that can occur when changing a password.The provided new password has failed the validation done inPasswordPolicy.validatePasswordForPasswordChange(char[], Runnable, Consumer)
.A builder forCustomValidationError
.The provided old password is not valid.The old and new passwords are equal.The object in charge of password enrollment.The object providing some contextual information during password enrollment.The object that informs that an error occurred during password enrollment.A builder forPasswordEnrollmentError
.The object handling the password to be enrolled.The object defining whether the password provided by a user during enrollment or when changing it is valid.An object defining thePasswordPolicy