Uses of Class
com.pingidentity.sdk.password.PasswordValidationException
-
Packages that use PasswordValidationException Package Description com.pingidentity.sdk.password A plugin interface for validating usernames and passwords. -
-
Uses of PasswordValidationException in com.pingidentity.sdk.password
Subclasses of PasswordValidationException in com.pingidentity.sdk.password Modifier and Type Class Description classPasswordCredentialChallengeExceptionRuntime exception thrown when the server used for authentication needs to prompt the user to answer a challenge question.classPasswordCredentialValidatorAuthnExceptionRuntime 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.classPasswordPolicyRequirementValidationExceptionPassword policy requirement exception thrown during password authentication.Methods in com.pingidentity.sdk.password that throw PasswordValidationException Modifier and Type Method Description PasswordChangeResultChangeablePasswordCredential. changePassword(String username, String oldPassword, String newPassword, Map<String,Object> inParameters)Change a user's password in the data store.AttributeMapPasswordCredentialValidator. processPasswordCredential(String username, String password)Validates the given username and password in the manner appropriate to the plugin implementation.
-