Uses of Class
com.pingidentity.sdk.api.authn.model.PasswordPolicyValidatorResult
-
Packages that use PasswordPolicyValidatorResult Package Description com.pingidentity.sdk.api.authn.model Contains the core set of models for the Authentication API. -
-
Uses of PasswordPolicyValidatorResult in com.pingidentity.sdk.api.authn.model
Methods in com.pingidentity.sdk.api.authn.model that return types with arguments of type PasswordPolicyValidatorResult Modifier and Type Method Description List<PasswordPolicyValidatorResult>PasswordPolicyViolationDetail. getFailedValidators()Get the list of failed password policies.List<PasswordPolicyValidatorResult>PasswordPolicyViolationDetail. getSatisfiedValidators()Get the list of satisfied password policies.Method parameters in com.pingidentity.sdk.api.authn.model with type arguments of type PasswordPolicyValidatorResult Modifier and Type Method Description voidPasswordPolicyViolationDetail. setFailedValidators(List<PasswordPolicyValidatorResult> failedValidators)Set the list of failed password policies.voidPasswordPolicyViolationDetail. setSatisfiedValidators(List<PasswordPolicyValidatorResult> satisfiedValidators)Set the list of satisfied password policies.Constructor parameters in com.pingidentity.sdk.api.authn.model with type arguments of type PasswordPolicyValidatorResult Constructor Description PasswordPolicyViolationDetail(String code, String message, String userMessageKey, List<PasswordPolicyValidatorResult> satisfiedValidators, List<PasswordPolicyValidatorResult> failedValidators)Create an instance with the specified parameters.
-