Interface PasswordChangeRecoverableError
- All Superinterfaces:
MobileAuthenticationClientError,RecoverableError
- All Known Subinterfaces:
PasswordChangeRecoverableError.CustomValidationError,PasswordChangeRecoverableError.InvalidPassword,PasswordChangeRecoverableError.OldPasswordEqualsNewPassword
The recoverable error that can occur when changing a password. When this error
occurs, the
PasswordChanger.changePassword(PasswordChangeContext, PasswordChangeHandler) method
will be invoked again. This error will be returned by the PasswordChangeContext.lastRecoverableError().-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe provided new password has failed the validation done inPasswordPolicy.validatePasswordForPasswordChange(char[], Runnable, Consumer).static interfaceThe provided old password is not valid.static interfaceThe old and new passwords are equal. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description