Uses of Class
com.sun.identity.authentication.spi.UserNamePasswordValidationException
Packages that use UserNamePasswordValidationException
Package
Description
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
-
Uses of UserNamePasswordValidationException in com.sun.identity.authentication.spi
Methods in com.sun.identity.authentication.spi that throw UserNamePasswordValidationExceptionModifier and TypeMethodDescriptionvoidAMLoginModule.validatePassword(String userPassword) Deprecated.voidAMLoginModule.validateUserName(String userName, String invalidChars) Validates the given user name by using validation plugin if exists else it checks invalid characters in the source string.