|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SharedDataSet.PasswordStatus | |
|---|---|
| com.sage.accpac.sm | Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. |
| Uses of SharedDataSet.PasswordStatus in com.sage.accpac.sm |
|---|
| Methods in com.sage.accpac.sm that return SharedDataSet.PasswordStatus | |
|---|---|
SharedDataSet.PasswordStatus |
SharedDataSet.changePassword(java.lang.String userID,
java.lang.String oldPassword,
java.lang.String newPassword)
attempts to change the password for the given user |
SharedDataSet.PasswordStatus |
SharedDataSet.checkValidLogin(java.lang.String userID,
java.lang.String password)
Check the user name and password, returning the status |
static SharedDataSet.PasswordStatus |
SharedDataSet.PasswordStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SharedDataSet.PasswordStatus[] |
SharedDataSet.PasswordStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||