Uses of Class
com.sage.accpac.sm.SharedDataSet.PasswordStatus

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. 
com.sage.accpac.sm.program   
 

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)
          Check the user name, returning the status
 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.
 

Uses of SharedDataSet.PasswordStatus in com.sage.accpac.sm.program
 

Methods in com.sage.accpac.sm.program that return SharedDataSet.PasswordStatus
 SharedDataSet.PasswordStatus ISharedDataSet.changePassword(java.lang.String userID, java.lang.String oldPassword, java.lang.String newPassword)
          attempts to change the password for the given user
 SharedDataSet.PasswordStatus ISharedDataSet.checkValidLogin(java.lang.String userID)
          Check the user name, returning the status
 SharedDataSet.PasswordStatus ISharedDataSet.checkValidLogin(java.lang.String userID, java.lang.String password)
          Check the user name and password, returning the status
 



Copyright © 2011 Sage Software, Inc. All rights reserved.