|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBUser
This interface is the remote interface for the EJBUser class.
| Method Summary | |
|---|---|
String |
getName()
This method gets the current User's name. |
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(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 |
|---|
String getName()
throws RemoteException
RemoteException
String getUserId()
throws RemoteException
RemoteException
DataPacket toDataPacket()
throws RemoteException
toDataPacket in interface EEntityRemoteRemoteException
boolean validatePassword(String passwordToValidate)
throws RemoteException
passwordToValidate - the password to check
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||