EDMContextSSO

edm.edom3

Interface EDMContextSSO


  • All Superinterfaces:EDMContext

    All Known Subinterfaces:EDMRemoteContext



    public interface EDMContextSSO
    extends EDMContext

    Copyright(C) EPM Technology AS.

    Version:1.00Author:EPM Technology AS.

    • Method Detail

      • loginSSO

        void loginSSO(java.lang.String userId)
               throws EdmiException

        Login to EDM with Single Sign on credentials

        Parameters:userId - this is a sting that combines the domain and the user's ObjectGUID in the following format: domain\ObjectGUID.Throws:EdmiException - if the method fails

      • loginSSO

        void loginSSO(java.lang.String userId,
                      java.lang.String groupname)
               throws EdmiException

        Login to EDM with Single Sign on credentials

        Parameters:userId - this is a sting that combines the domain and the user's ObjectGUID in the following format: domain\ObjectGUID.groupname - null to use standard group, "" to use no groupThrows:EdmiException - if the method fails

      • loginSSO

        void loginSSO(java.lang.String userId,
                      java.lang.String groupname,
                      long timeout)
               throws EdmiException

        Login to EDM with Single Sign on credentials

        Parameters:userId - this is a sting that combines the domain and the user's ObjectGUID in the following format: domain\ObjectGUID.groupname - null to use standard group, "" to use no grouptimeout - maximum idle time in millisecods before auto logoutThrows:EdmiException - if the method fails

      • loginKeyStone

        void loginKeyStone(java.lang.String userId)
                    throws EdmiException

        Login to EDM with Keystone credentials

        Parameters:userId - Keystone id stringThrows:EdmiException - if the method fails

      • loginKeyStone

        void loginKeyStone(java.lang.String userId,
                           java.lang.String groupname)
                    throws EdmiException

        Login to EDM with Keystone credentials

        Parameters:userId - Keystone id stringgroupname - null to use standard group, "" to use no groupThrows:EdmiException - if the method fails

      • loginKeyStone

        void loginKeyStone(java.lang.String userId,
                           java.lang.String groupname,
                           long timeout)
                    throws EdmiException

        Login to EDM with Keystone credentials

        Parameters:userId - Keystone id stringgroupname - null to use standard group, "" to use no grouptimeout - maximum idle time in millisecods before auto logoutThrows:EdmiException - if the method fails