Interface PIAMSExchangeUserBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PIAMSExchangeUserBeanImpl

public interface PIAMSExchangeUserBean extends Remote
Controller interface for the PIAMSExchangeUserBean component.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Map which has Organisation Dislay Name as key and OUName as value
    Given the OUName, searches the smtp map and returns the smtp domain name
    void
    Initializes the two maps 1.
  • Method Details

    • getOrgDisplayMap

      Map getOrgDisplayMap() throws RemoteException
      Returns the Map which has Organisation Dislay Name as key and OUName as value
      Returns:
      Map
      Throws:
      RemoteException
    • init

      void init() throws RemoteException
      Initializes the two maps 1. Organisation Display Name (key) : OUName (Value) 2. OUName (key) : Smtp Domain Name (Value)
      Throws:
      RemoteException
    • getSmtpDomainName

      String getSmtpDomainName(String OUName) throws RemoteException
      Given the OUName, searches the smtp map and returns the smtp domain name
      Returns:
      String
      Throws:
      RemoteException