Class PasswordPolicyValidatorResult
java.lang.Object
com.pingidentity.sdk.api.authn.model.PasswordPolicyValidatorResult
The API model representing the result of a password policy validator
- Since:
- 9.3
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance.PasswordPolicyValidatorResult(String userMessage) Create an instance with the specified parameters. -
Method Summary
Modifier and TypeMethodDescriptionGet the user-facing password policy message.voidsetUserMessage(String userMessage) Set the user-facing password policy message.
-
Constructor Details
-
PasswordPolicyValidatorResult
public PasswordPolicyValidatorResult()Create an instance. -
PasswordPolicyValidatorResult
Create an instance with the specified parameters.- Parameters:
userMessage- The user-facing password policy message.
-
-
Method Details
-
getUserMessage
Get the user-facing password policy message. -
setUserMessage
Set the user-facing password policy message.
-