Uses of Class
com.sas.drugdev.remote.admin.InvalidPasswordException

Packages that use InvalidPasswordException
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
 

Uses of InvalidPasswordException in com.sas.drugdev.remote.admin
 

Methods in com.sas.drugdev.remote.admin that throw InvalidPasswordException
 void UserService.changePassword(char[] currentPassword, char[] newPassword)
          Change the current user's password.
 void AdminService.changePassword(char[] currentPassword, char[] newPassword)
          Deprecated. Use UserService.changePassword(char[], char[]) instead. Change the current user's password.