Package omero.api

Interface AMD_ILdap_findGroup

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_ILdap_findGroup
    extends Ice.AMDCallback
    Looks up a specific ExperimenterGroup in LDAP using the provided group name. It is expected that the group name will be unique in the searched LDAP base tree. If more than one group with the specified name has been found, an exception will be thrown.
    • Method Detail

      • ice_response

        void ice_response​(ExperimenterGroup __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) an ExperimenterGroup. Never null.