Uses of Class
com.pingidentity.sdk.locale.Message
-
Packages that use Message Package Description com.pingidentity.sdk.locale Provides interfaces and helper classes to extend PingFederate's localization support.com.pingidentity.sdk.password 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 Message Modifier and Type Method Description List<Message>Message. getNestedMessages()Accessor of nestedMessage parameterConstructor parameters in com.pingidentity.sdk.locale with type arguments of type Message Constructor Description Message(String messageKey, String[] params, List<Message> nestedMessages)Construct an instance of Message with a message key, associated message parameters and a list of nested messages -
Uses of Message in com.pingidentity.sdk.password
Constructor parameters in com.pingidentity.sdk.password with type arguments of type Message Constructor Description PasswordPolicyRequirementResetException(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.
-