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 TypeMethodDescriptionvoid
AMLoginModule.validatePassword
(String userPassword) Deprecated.void
AMLoginModule.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.