Uses of Class
com.pingidentity.sdk.password.PasswordValidationException
Packages that use PasswordValidationException
Package
Description
A plugin interface for validating usernames and passwords.
-
Uses of PasswordValidationException in com.pingidentity.sdk.password
Subclasses of PasswordValidationException in com.pingidentity.sdk.passwordModifier and TypeClassDescriptionclassRuntime exception thrown when the server used for authentication needs to prompt the user to answer a challenge question.classRuntime exception thrown when user authentication fails due to a problem related to invalid credentials or a condition on the server such as the account being locked.classPassword policy requirement exception thrown during password authentication.Methods in com.pingidentity.sdk.password that throw PasswordValidationExceptionModifier and TypeMethodDescriptionChangeablePasswordCredential.changePassword(String username, String oldPassword, String newPassword, Map<String, Object> inParameters) Change a user's password in the data store.PasswordCredentialValidator.processPasswordCredential(String username, String password) Validates the given username and password in the manner appropriate to the plugin implementation.