|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.accpac.LogonInformation
public class LogonInformation
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.
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 |
---|
public LogonInformation(java.lang.String userID, java.lang.String password)
LogonInformation
class holding the
provided data.
userID
- the user id that was providedpassword
- the password that was providedMethod Detail |
---|
public java.lang.String getUserID()
public java.lang.String getPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |