Interface PasswordChangeRecoverableError.CustomValidationError
- All Superinterfaces:
MobileAuthenticationClientError,PasswordChangeRecoverableError,RecoverableError
- Enclosing interface:
- PasswordChangeRecoverableError
public static interface PasswordChangeRecoverableError.CustomValidationError
extends PasswordChangeRecoverableError
The provided new password has failed the validation done in
PasswordPolicy.validatePasswordForPasswordChange(char[], Runnable, Consumer).-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder forCustomValidationError.Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.password.PasswordChangeRecoverableError
PasswordChangeRecoverableError.CustomValidationError, PasswordChangeRecoverableError.InvalidPassword, PasswordChangeRecoverableError.OldPasswordEqualsNewPassword -
Method Summary
Static MethodsMethods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description
-
Method Details
-
builder
Returns a newBuilder.- Returns:
- a new
Builder
-