Interface ClientTraderMapping


  • public interface ClientTraderMapping
    A Client Trader exists in the Barracuda System. Typically a logged in user is mapped to a Client Trader Name. If using multi-session. This class should return either null, or the empty string
    • Method Detail

      • getClientTrader

        java.lang.String getClientTrader​(java.lang.String toboUsername)
        The Client Trader Name, as represented in the Barracuda OMS. Given the TOBO Username. If no concept of TOBO Username within the adapter. Then the TOBO Username is simply the SSO Username.
        Parameters:
        toboUsername -
        Returns:
        the client trader name, or null/empty-string if using multi-session