Uses of Class
com.collabnet.ce.soap60.fault.InvalidPasswordFault
-
Packages that use InvalidPasswordFault Package Description com.collabnet.ce.soap60.webservices.cemain -
-
Uses of InvalidPasswordFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw InvalidPasswordFault Modifier and Type Method Description booleanCollabNetSoap. changePassword(String sessionId, String userName, String newPassword)Allows the user to change the password
Note: From 16.7, the length of password cannot exceed the value of the configuration variable "MAX_PASSWORD_LENGTH" specified in the site-options.conf file.StringCollabNetSoap. doMandatoryPasswordChange(String userName, String oldPassword, String newPassword)Allows user to change the password if and only if the password was set by an administrator.
-