Skip to main content
Participating Frequently
August 20, 2011
Question

FMIS 4 Plugin Developement

  • August 20, 2011
  • 1 reply
  • 513 views

Hi,

I am developing an auth pugin for my application in FMIS 4.  I have some doubts regarding the same.

    1.  Can i access the "application" and "client" objects of my SSAS from C++ code ?

    2.  If my SSAS has a function how can i access its return value from C++ code ?

    3.  Is there any option for my SSAS to call a method written in  my C++ plugin code ?

Any help would be appreciated.

thanks in advance.

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    August 20, 2011

    1. application and client objects cannot be accessed from the auth plugin but certain fields such as , F_CLIENT_IP, F_CLIENT_READ_ACCESS, F_APP_NAME et al that correspond to application and client object properties are made available.

    2. Auth plugin allows us to set the method name and params (IFmsNotifyAction class in samples) but doesn’t allows us to make calls. I guess that why it's not possible for us to get the return values back.

    3. It's not possible to call a method in any plugin from SSAS.