|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is the remote interface for the EJBUser class.
| Method Summary | |
java.lang.String |
getName()
This method gets the current User's name. |
java.lang.String |
getUserId()
This method gets the current user's ID number. |
DataPacket |
toDataPacket()
This method return all the details for this user in the form of a DataPacket. |
boolean |
validatePassword(java.lang.String passwordToValidate)
This method will validate a user's password against a given string. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getUserId()
throws java.rmi.RemoteException
java.rmi.RemoteException
public DataPacket toDataPacket()
throws java.rmi.RemoteException
toDataPacket in interface EEntityRemotejava.rmi.RemoteException
public boolean validatePassword(java.lang.String passwordToValidate)
throws java.rmi.RemoteException
passwordToValidate - the password to check
java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||