Interface PLoginBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PLoginBeanImpl

public interface PLoginBean extends Remote
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 Type
    Method
    Description
    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
    login_verify(javax.servlet.http.HttpSession session, 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.
  • Method Details

    • setLogin

      void setLogin(String sLogin) throws RemoteException
      Sets the input data for the login.
      Parameters:
      sLogin - the login to use
      Throws:
      RemoteException
    • setPassword

      void setPassword(String sPassword) throws RemoteException
      Sets the input data for the password.
      Parameters:
      sPassword - the password to use
      Throws:
      RemoteException
    • setService

      void setService(String sService) throws RemoteException
      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 session
      bundle - 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 session
      Identifier - the model handle's identifier saved in the session
      bundle - the resource bundle
      Throws:
      RemoteException