com.sage.orion.sdata.servlet.accpac
Class LogonInformation

java.lang.Object
  extended by com.sage.orion.sdata.servlet.accpac.LogonInformation

public class LogonInformation
extends java.lang.Object

The LogonInformation class holds the Accpac Login information provided by the getLoginToken SData service so that it can later be retrieved by the openSession operation.

Author:
cliwa01

Constructor Summary
LogonInformation(java.lang.String userID, java.lang.String password)
          creates an instance of the LogonInformation class holding the provided data.
 
Method Summary
 java.lang.String getPassword()
          Gets the user's password.
 java.lang.String getUserID()
          Gets the user ID that was provided on construction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogonInformation

public LogonInformation(java.lang.String userID,
                        java.lang.String password)
creates an instance of the LogonInformation class holding the provided data.

Parameters:
userID - the user id that was provided
password - the password that was provided
Method Detail

getUserID

public java.lang.String getUserID()
Gets the user ID that was provided on construction

Returns:
userID.

getPassword

public java.lang.String getPassword()
Gets the user's password.

Returns:
the user's password.


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