Uses of Class
com.sun.identity.authentication.spi.UserNamePasswordValidationException
Packages that use UserNamePasswordValidationException
Package
Description
AM Authentication Service Provider Interface callbacks
-
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.