Package com.portal.web.comp
Interface PLoginBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PLoginBeanImpl
PLoginBean
is a Remote
interface that defines the
abilities needed for a login component.- Version:
- %version: 6 % %date_modified: Thu Nov 08 18:28:03 2001 %
- Author:
- sujata
-
Method Summary
Modifier and TypeMethodDescriptionvoid
login_verify
(javax.servlet.http.HttpSession session, String Identifier, ResourceBundle bundle) Creates the login flist, based on input data, and verifies the user.void
login_verify
(javax.servlet.http.HttpSession session, ResourceBundle bundle) Creates the login flist, based on input data, and verifies the user.void
Sets the input data for the login.void
setPassword
(String sPassword) Sets the input data for the password.void
setService
(String sService) Sets the input data for the service.
-
Method Details
-
setLogin
Sets the input data for the login.- Parameters:
sLogin
- the login to use- Throws:
RemoteException
-
setPassword
Sets the input data for the password.- Parameters:
sPassword
- the password to use- Throws:
RemoteException
-
setService
Sets the input data for the service.- Parameters:
sService
- the service to use- Throws:
RemoteException
-
login_verify
void login_verify(javax.servlet.http.HttpSession session, ResourceBundle bundle) throws RemoteException Creates the login flist, based on input data, and verifies the user.- Parameters:
session
- the HTTP sessionbundle
- the resource bundle- Throws:
RemoteException
-
login_verify
void login_verify(javax.servlet.http.HttpSession session, String Identifier, ResourceBundle bundle) throws RemoteException Creates the login flist, based on input data, and verifies the user.- Parameters:
session
- the HTTP sessionIdentifier
- the model handle's identifier saved in the sessionbundle
- the resource bundle- Throws:
RemoteException
-