public interface PLoginBean extends Remote
PLoginBean
is a Remote
interface that defines the
abilities needed for a login component.Modifier and Type | Method and Description |
---|---|
void |
login_verify(javax.servlet.http.HttpSession session,
ResourceBundle bundle)
Creates the login flist, based on input data, and verifies the user.
|
void |
login_verify(javax.servlet.http.HttpSession session,
String Identifier,
ResourceBundle bundle)
Creates the login flist, based on input data, and verifies the user.
|
void |
setLogin(String sLogin)
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.
|
void setLogin(String sLogin) throws RemoteException
sLogin
- the login to useRemoteException
void setPassword(String sPassword) throws RemoteException
sPassword
- the password to useRemoteException
void setService(String sService) throws RemoteException
sService
- the service to useRemoteException
void login_verify(javax.servlet.http.HttpSession session, ResourceBundle bundle) throws RemoteException
session
- the HTTP sessionbundle
- the resource bundleRemoteException
void login_verify(javax.servlet.http.HttpSession session, String Identifier, ResourceBundle bundle) throws RemoteException
session
- the HTTP sessionIdentifier
- the model handle's identifier saved in the sessionbundle
- the resource bundleRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.