Uses of Class
com.pingidentity.sdk.locale.Message
Packages that use Message
Package
Description
Provides interfaces and helper classes to extend PingFederate's localization support.
A plugin interface for validating usernames and passwords.
-
Uses of Message in com.pingidentity.sdk.locale
Methods in com.pingidentity.sdk.locale that return types with arguments of type MessageModifier and TypeMethodDescriptionMessage.getNestedMessages()Accessor of nestedMessage parameterConstructor parameters in com.pingidentity.sdk.locale with type arguments of type Message -
Uses of Message in com.pingidentity.sdk.password
Constructor parameters in com.pingidentity.sdk.password with type arguments of type MessageModifierConstructorDescriptionPasswordPolicyRequirementResetException(String message, List<Message> requirementsMet, List<Message> requirementsNotMet) Construct a password policy requirement reset exception.PasswordPolicyRequirementValidationException(String message, List<Message> requirementsMet, List<Message> requirementsNotMet) Construct a password policy requirement validation exception.