Class AMUserPasswordValidationPlugin

    • Constructor Detail

      • AMUserPasswordValidationPlugin

        public AMUserPasswordValidationPlugin()
    • Method Detail

      • validateUserID

        public void validateUserID​(String userID,
                                   Map envParams)
                            throws AMException
        Checks for invalid characters in the source string
        Overrides:
        validateUserID in class AMUserPasswordValidation
        Parameters:
        userID - source string which should be validated
        envParams - parameters for which the userID validation is enforced.
        Throws:
        AMException - if an error occurs in supplying password. The operation (add/modify) in progress will be aborted and the application is notified about the error through the exception.