|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bankframe.ejb.ESessionBean
|
+--com.bankframe.services.authentication.AuthenticationBean
|
+--com.bankframe.services.authentication.ejb.EJBUserAuthenticationBean
This class is used to validate users against passwords and to process user logon and logoff requests.
| Field Summary |
| Fields inherited from interface com.bankframe.ejb.ESession |
serialVersionUID |
| Constructor Summary | |
EJBUserAuthenticationBean()
Constructor. |
|
| Method Summary | |
java.util.Vector |
processLogoff(DataPacket data)
This method processes a request for a logoff. |
java.util.Vector |
processLogon(DataPacket data)
This method pocesses a Logon for a user. |
| Methods inherited from class com.bankframe.services.authentication.AuthenticationBean |
processDataPacket |
| Methods inherited from class com.bankframe.ejb.ESessionBean |
audit, ejbActivate, ejbCreate, ejbLoad, ejbPassivate, ejbPostCreate, ejbRemove, ejbStore, getSessionContext, processDataPackets, setSessionContext, unsetSessionContext |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EJBUserAuthenticationBean()
| Method Detail |
public java.util.Vector processLogoff(DataPacket data)
throws ProcessingErrorException
processLogoff in class AuthenticationBeandata - DataPacket containing the sessionId for the logoff request.
ProcessingErrorException - if there is no user id
public java.util.Vector processLogon(DataPacket data)
throws AuthenticationException
processLogon in class AuthenticationBeandata - Datapacket containg userId and password
AuthenticationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||