Package omero.api
Class ILdapPrxHelper
- java.lang.Object
-
- Ice.ObjectPrxHelperBase
-
- omero.api.ILdapPrxHelper
-
- All Implemented Interfaces:
Ice.ObjectPrx,java.io.Serializable,ILdapPrx,ServiceInterfacePrx
public final class ILdapPrxHelper extends Ice.ObjectPrxHelperBase implements ILdapPrx
Provides type-specific helper functions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]__idsstatic longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ILdapPrxHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void__createUser_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)static void__discover_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)static void__discoverGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<ExperimenterGroup>> __cb, Ice.AsyncResult __result)static void__findDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)static void__findExperimenter_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)static void__findGroup_completed(Ice.TwowayCallbackArg1UE<ExperimenterGroup> __cb, Ice.AsyncResult __result)static void__findGroupDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)static void__getSetting_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)static ILdapPrx__read(IceInternal.BasicStream __is)static void__searchAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)static void__searchByAttribute_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)static void__searchByAttributes_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)static void__searchByDN_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)static void__searchDnInGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb, Ice.AsyncResult __result)static void__setDN_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)static void__write(IceInternal.BasicStream __os, ILdapPrx v)Ice.AsyncResultbegin_createUser(java.lang.String username)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, Ice.Callback __cb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_createUser __cb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_createUser(java.lang.String username, Callback_ILdap_createUser __cb)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.Ice.AsyncResultbegin_discover()Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(Ice.Callback __cb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_discover __cb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discover(Callback_ILdap_discover __cb)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups()Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(Ice.Callback __cb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_discoverGroups __cb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_discoverGroups(Callback_ILdap_discoverGroups __cb)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Ice.AsyncResultbegin_findDN(java.lang.String username)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, Ice.Callback __cb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findDN __cb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findDN(java.lang.String username, Callback_ILdap_findDN __cb)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, Ice.Callback __cb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findExperimenter __cb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findExperimenter(java.lang.String username, Callback_ILdap_findExperimenter __cb)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.Ice.AsyncResultbegin_findGroup(java.lang.String groupname)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, Ice.Callback __cb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findGroup __cb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroup(java.lang.String groupname, Callback_ILdap_findGroup __cb)Looks up a specificExperimenterGroupin LDAP using the provided group name.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, Ice.Callback __cb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findGroupDN __cb)Looks up the DN for a group.Ice.AsyncResultbegin_findGroupDN(java.lang.String groupname, Callback_ILdap_findGroupDN __cb)Looks up the DN for a group.Ice.AsyncResultbegin_getSetting()Gets config value from properties.Ice.AsyncResultbegin_getSetting(Ice.Callback __cb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)Gets config value from properties.Ice.AsyncResultbegin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_getSetting __cb)Gets config value from properties.Ice.AsyncResultbegin_getSetting(Callback_ILdap_getSetting __cb)Gets config value from properties.Ice.AsyncResultbegin_searchAll()Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(Ice.Callback __cb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchAll __cb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchAll(Callback_ILdap_searchAll __cb)Searches allExperimenterlist on LDAP for attribute objectClass = person.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, Ice.Callback __cb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByAttribute __cb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, Callback_ILdap_searchByAttribute __cb)Searches allExperimenterin LDAP for specified attribute.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, Ice.Callback __cb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByAttributes __cb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, Callback_ILdap_searchByAttributes __cb)Searches allExperimenterin LDAP for specified attributes.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, Ice.Callback __cb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByDN __cb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchByDN(java.lang.String userdn, Callback_ILdap_searchByDN __cb)Searches oneExperimenterin LDAP for specified Distinguished Name.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, Ice.Callback __cb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchDnInGroups __cb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_searchDnInGroups(java.lang.String attr, java.lang.String value, Callback_ILdap_searchDnInGroups __cb)Searches Distinguished Name in groups.Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, Ice.Callback __cb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_setDN __cb)Ice.AsyncResultbegin_setDN(RLong experimenterID, java.lang.String dn, Callback_ILdap_setDN __cb)static ILdapPrxcheckedCast(Ice.ObjectPrx __obj)Contacts the remote server to verify that the object implements this type.static ILdapPrxcheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)Contacts the remote server to verify that a facet of the object implements this type.static ILdapPrxcheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)Contacts the remote server to verify that a facet of the object implements this type.static ILdapPrxcheckedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)Contacts the remote server to verify that the object implements this type.ExperimentercreateUser(java.lang.String username)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.ExperimentercreateUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.java.util.List<Experimenter>discover()Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.java.util.List<Experimenter>discover(java.util.Map<java.lang.String,java.lang.String> __ctx)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.java.util.List<ExperimenterGroup>discoverGroups()Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.java.util.List<ExperimenterGroup>discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.Experimenterend_createUser(Ice.AsyncResult __iresult)Creates anExperimenterentry in the OMERO DB based on the supplied LDAP username.java.util.List<Experimenter>end_discover(Ice.AsyncResult __iresult)Discovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.java.util.List<ExperimenterGroup>end_discoverGroups(Ice.AsyncResult __iresult)Discovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.java.lang.Stringend_findDN(Ice.AsyncResult __iresult)Searches unique Distinguished Name - string in LDAP for Common Name equals username.Experimenterend_findExperimenter(Ice.AsyncResult __iresult)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.ExperimenterGroupend_findGroup(Ice.AsyncResult __iresult)Looks up a specificExperimenterGroupin LDAP using the provided group name.java.lang.Stringend_findGroupDN(Ice.AsyncResult __iresult)Looks up the DN for a group.booleanend_getSetting(Ice.AsyncResult __iresult)Gets config value from properties.java.util.List<Experimenter>end_searchAll(Ice.AsyncResult __iresult)Searches allExperimenterlist on LDAP for attribute objectClass = person.java.util.List<Experimenter>end_searchByAttribute(Ice.AsyncResult __iresult)Searches allExperimenterin LDAP for specified attribute.java.util.List<Experimenter>end_searchByAttributes(Ice.AsyncResult __iresult)Searches allExperimenterin LDAP for specified attributes.Experimenterend_searchByDN(Ice.AsyncResult __iresult)Searches oneExperimenterin LDAP for specified Distinguished Name.java.util.List<java.lang.String>end_searchDnInGroups(Ice.AsyncResult __iresult)Searches Distinguished Name in groups.voidend_setDN(Ice.AsyncResult __iresult)java.lang.StringfindDN(java.lang.String username)Searches unique Distinguished Name - string in LDAP for Common Name equals username.java.lang.StringfindDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches unique Distinguished Name - string in LDAP for Common Name equals username.ExperimenterfindExperimenter(java.lang.String username)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.ExperimenterfindExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username.ExperimenterGroupfindGroup(java.lang.String groupname)Looks up a specificExperimenterGroupin LDAP using the provided group name.ExperimenterGroupfindGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)Looks up a specificExperimenterGroupin LDAP using the provided group name.java.lang.StringfindGroupDN(java.lang.String groupname)Looks up the DN for a group.java.lang.StringfindGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)Looks up the DN for a group.booleangetSetting()Gets config value from properties.booleangetSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)Gets config value from properties.static java.lang.Stringice_staticId()Provides the Slice type ID of this type.java.util.List<Experimenter>searchAll()Searches allExperimenterlist on LDAP for attribute objectClass = person.java.util.List<Experimenter>searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)Searches allExperimenterlist on LDAP for attribute objectClass = person.java.util.List<Experimenter>searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value)Searches allExperimenterin LDAP for specified attribute.java.util.List<Experimenter>searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches allExperimenterin LDAP for specified attribute.java.util.List<Experimenter>searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values)Searches allExperimenterin LDAP for specified attributes.java.util.List<Experimenter>searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches allExperimenterin LDAP for specified attributes.ExperimentersearchByDN(java.lang.String userdn)Searches oneExperimenterin LDAP for specified Distinguished Name.ExperimentersearchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches oneExperimenterin LDAP for specified Distinguished Name.java.util.List<java.lang.String>searchDnInGroups(java.lang.String attr, java.lang.String value)Searches Distinguished Name in groups.java.util.List<java.lang.String>searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)Searches Distinguished Name in groups.voidsetDN(RLong experimenterID, java.lang.String dn)voidsetDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx)static ILdapPrxuncheckedCast(Ice.ObjectPrx __obj)Downcasts the given proxy to this type without contacting the remote server.static ILdapPrxuncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)Downcasts the given proxy to this type without contacting the remote server.-
Methods inherited from class Ice.ObjectPrxHelperBase
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
createUser
public Experimenter createUser(java.lang.String username) throws ServerError
Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
createUserin interfaceILdapPrx- Returns:
- created Experimenter or null
- Throws:
ServerError
-
createUser
public Experimenter createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
createUserin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- created Experimenter or null
- Throws:
ServerError
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username)
Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, Ice.Callback __cb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, Callback_ILdap_createUser __cb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_createUser __cb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createUser
public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
begin_createUserin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createUser
public Experimenter end_createUser(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxCreates anExperimenterentry in the OMERO DB based on the supplied LDAP username.- Specified by:
end_createUserin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- created Experimenter or null
- Throws:
ServerError
-
__createUser_completed
public static void __createUser_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)
-
discover
public java.util.List<Experimenter> discover() throws ServerError
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
discoverin interfaceILdapPrx- Returns:
- list of Experimenters.
- Throws:
ServerError
-
discover
public java.util.List<Experimenter> discover(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
discoverin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- list of Experimenters.
- Throws:
ServerError
-
begin_discover
public Ice.AsyncResult begin_discover()
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(Ice.Callback __cb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(Callback_ILdap_discover __cb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_discover __cb)Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_discover
public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_discover
public java.util.List<Experimenter> end_discover(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxDiscovers and listsExperimenters who are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
end_discoverin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- list of Experimenters.
- Throws:
ServerError
-
__discover_completed
public static void __discover_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
-
discoverGroups
public java.util.List<ExperimenterGroup> discoverGroups() throws ServerError
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
discoverGroupsin interfaceILdapPrx- Returns:
- list of ExperimenterGroups.
- Throws:
ServerError
-
discoverGroups
public java.util.List<ExperimenterGroup> discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
discoverGroupsin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- list of ExperimenterGroups.
- Throws:
ServerError
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups()
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(Ice.Callback __cb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(Callback_ILdap_discoverGroups __cb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_discoverGroups __cb)Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_discoverGroups
public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
begin_discoverGroupsin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_discoverGroups
public java.util.List<ExperimenterGroup> end_discoverGroups(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxDiscovers and listsExperimenterGroups which are present in the remote LDAP server and in the local DB but have theldapproperty set tofalse.- Specified by:
end_discoverGroupsin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- list of ExperimenterGroups.
- Throws:
ServerError
-
__discoverGroups_completed
public static void __discoverGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<ExperimenterGroup>> __cb, Ice.AsyncResult __result)
-
findDN
public java.lang.String findDN(java.lang.String username) throws ServerErrorDescription copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
findDN
public java.lang.String findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDescription copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username)
Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, Callback_ILdap_findDN __cb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findDN __cb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findDN
public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findDNin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findDN
public java.lang.String end_findDN(Ice.AsyncResult __iresult) throws ServerErrorDescription copied from interface:ILdapPrxSearches unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
end_findDNin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
__findDN_completed
public static void __findDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
-
findExperimenter
public Experimenter findExperimenter(java.lang.String username) throws ServerError
Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.- Returns:
- an Experimenter. Never null.
- Throws:
ServerError
-
findExperimenter
public Experimenter findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.- Returns:
- an Experimenter. Never null.
- Throws:
ServerError
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username)
Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, Callback_ILdap_findExperimenter __cb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findExperimenter __cb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findExperimenter
public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
begin_findExperimenterin interfaceILdapPrx- Parameters:
username- Name of the Experimenter equals CommonName.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findExperimenter
public Experimenter end_findExperimenter(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxSearches Experimenter by unique Distinguished Name - string in LDAP for Common Name equals username. Common Name should be unique under the specified base. If list of cn's contains more then one DN will return exception.- Specified by:
end_findExperimenterin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- an Experimenter. Never null.
- Throws:
ServerError
-
__findExperimenter_completed
public static void __findExperimenter_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)
-
findGroup
public ExperimenterGroup findGroup(java.lang.String groupname) throws ServerError
Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
findGroupin interfaceILdapPrx- Returns:
- an ExperimenterGroup. Never
null. - Throws:
ServerError
-
findGroup
public ExperimenterGroup findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
findGroupin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- an ExperimenterGroup. Never
null. - Throws:
ServerError
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname)
Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, Ice.Callback __cb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, Callback_ILdap_findGroup __cb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findGroup __cb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
begin_findGroupin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findGroup
public ExperimenterGroup end_findGroup(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxLooks up a specificExperimenterGroupin 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.- Specified by:
end_findGroupin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- an ExperimenterGroup. Never
null. - Throws:
ServerError
-
__findGroup_completed
public static void __findGroup_completed(Ice.TwowayCallbackArg1UE<ExperimenterGroup> __cb, Ice.AsyncResult __result)
-
findGroupDN
public java.lang.String findGroupDN(java.lang.String groupname) throws ServerErrorDescription copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
findGroupDNin interfaceILdapPrx- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
findGroupDN
public java.lang.String findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDescription copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
findGroupDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname)
Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, Ice.Callback __cb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, Callback_ILdap_findGroupDN __cb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findGroupDN __cb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
begin_findGroupDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findGroupDN
public java.lang.String end_findGroupDN(Ice.AsyncResult __iresult) throws ServerErrorDescription copied from interface:ILdapPrxLooks up the DN for a group.- Specified by:
end_findGroupDNin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
__findGroupDN_completed
public static void __findGroupDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
-
getSetting
public boolean getSetting() throws ServerErrorDescription copied from interface:ILdapPrxGets config value from properties.- Specified by:
getSettingin interfaceILdapPrx- Returns:
- boolean
- Throws:
ServerError
-
getSetting
public boolean getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDescription copied from interface:ILdapPrxGets config value from properties.- Specified by:
getSettingin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- boolean
- Throws:
ServerError
-
begin_getSetting
public Ice.AsyncResult begin_getSetting()
Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(Ice.Callback __cb)
Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(Callback_ILdap_getSetting __cb)
Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_getSetting __cb)Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxGets config value from properties.- Specified by:
begin_getSettingin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getSetting
public boolean end_getSetting(Ice.AsyncResult __iresult) throws ServerErrorDescription copied from interface:ILdapPrxGets config value from properties.- Specified by:
end_getSettingin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- boolean
- Throws:
ServerError
-
__getSetting_completed
public static void __getSetting_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
searchAll
public java.util.List<Experimenter> searchAll() throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
searchAllin interfaceILdapPrx- Returns:
- all Experimenter list.
- Throws:
ServerError
-
searchAll
public java.util.List<Experimenter> searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
searchAllin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- all Experimenter list.
- Throws:
ServerError
-
begin_searchAll
public Ice.AsyncResult begin_searchAll()
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(Ice.Callback __cb)
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(Callback_ILdap_searchAll __cb)
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchAll __cb)Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
begin_searchAllin interfaceILdapPrx- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_searchAll
public java.util.List<Experimenter> end_searchAll(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterlist on LDAP for attribute objectClass = person.- Specified by:
end_searchAllin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- all Experimenter list.
- Throws:
ServerError
-
__searchAll_completed
public static void __searchAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
-
searchByAttribute
public java.util.List<Experimenter> searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.value- Expected value of attribute. Never null or empty.- Returns:
- List of Experimenters.
- Throws:
ServerError
-
searchByAttribute
public java.util.List<Experimenter> searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.value- Expected value of attribute. Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- List of Experimenters.
- Throws:
ServerError
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, Callback_ILdap_searchByAttribute __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByAttribute __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
begin_searchByAttributein interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attribute- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_searchByAttribute
public java.util.List<Experimenter> end_searchByAttribute(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attribute.- Specified by:
end_searchByAttributein interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- List of Experimenters.
- Throws:
ServerError
-
__searchByAttribute_completed
public static void __searchByAttribute_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
-
searchByAttributes
public java.util.List<Experimenter> searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.values- Expected value of attribute. Never null or empty.- Returns:
- List of Experimenters.
- Throws:
ServerError
-
searchByAttributes
public java.util.List<Experimenter> searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.values- Expected value of attribute. Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- List of Experimenters.
- Throws:
ServerError
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, Callback_ILdap_searchByAttributes __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByAttributes __cb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
begin_searchByAttributesin interfaceILdapPrx- Parameters:
dn- Distinguished Name base for search. Never null.attributes- Name of attribute. Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_searchByAttributes
public java.util.List<Experimenter> end_searchByAttributes(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxSearches allExperimenterin LDAP for specified attributes. Attributes should be specified in StringSet and their values should be set in equivalent StringSet.- Specified by:
end_searchByAttributesin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- List of Experimenters.
- Throws:
ServerError
-
__searchByAttributes_completed
public static void __searchByAttributes_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
-
searchByDN
public Experimenter searchByDN(java.lang.String userdn) throws ServerError
Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.- Returns:
- an Experimenter.
- Throws:
ServerError
-
searchByDN
public Experimenter searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- an Experimenter.
- Throws:
ServerError
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn)
Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, Callback_ILdap_searchByDN __cb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByDN __cb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Experimenter> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
begin_searchByDNin interfaceILdapPrx- Parameters:
userdn- unique Distinguished Name - string of user, Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_searchByDN
public Experimenter end_searchByDN(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:ILdapPrxSearches oneExperimenterin LDAP for specified Distinguished Name.- Specified by:
end_searchByDNin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- an Experimenter.
- Throws:
ServerError
-
__searchByDN_completed
public static void __searchByDN_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)
-
searchDnInGroups
public java.util.List<java.lang.String> searchDnInGroups(java.lang.String attr, java.lang.String value) throws ServerErrorDescription copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.value- User's DN which should be set on value for attribute. Never null or empty.- Returns:
- List of groups which contains DN.
- Throws:
ServerError
-
searchDnInGroups
public java.util.List<java.lang.String> searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDescription copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.value- User's DN which should be set on value for attribute. Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- List of groups which contains DN.
- Throws:
ServerError
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, Callback_ILdap_searchDnInGroups __cb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchDnInGroups __cb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Description copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
begin_searchDnInGroupsin interfaceILdapPrx- Parameters:
attr- Name of member attribute. Never null or empty.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_searchDnInGroups
public java.util.List<java.lang.String> end_searchDnInGroups(Ice.AsyncResult __iresult) throws ServerErrorDescription copied from interface:ILdapPrxSearches Distinguished Name in groups.- Specified by:
end_searchDnInGroupsin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Returns:
- List of groups which contains DN.
- Throws:
ServerError
-
__searchDnInGroups_completed
public static void __searchDnInGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb, Ice.AsyncResult __result)
-
setDN
public void setDN(RLong experimenterID, java.lang.String dn) throws ServerError
- Specified by:
setDNin interfaceILdapPrx- Throws:
ServerError
-
setDN
public void setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Specified by:
setDNin interfaceILdapPrx- Throws:
ServerError
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn)
- Specified by:
begin_setDNin interfaceILdapPrx- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx)
- Specified by:
begin_setDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, Ice.Callback __cb)
- Specified by:
begin_setDNin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
- Specified by:
begin_setDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, Callback_ILdap_setDN __cb)
- Specified by:
begin_setDNin interfaceILdapPrx__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_setDN __cb)
- Specified by:
begin_setDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Specified by:
begin_setDNin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Specified by:
begin_setDNin interfaceILdapPrx__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Specified by:
begin_setDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Specified by:
begin_setDNin interfaceILdapPrx__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setDN
public void end_setDN(Ice.AsyncResult __iresult) throws ServerError- Specified by:
end_setDNin interfaceILdapPrx- Parameters:
__iresult- The asynchronous result object.- Throws:
ServerError
-
__setDN_completed
public static void __setDN_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj- The untyped proxy.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj- The untyped proxy.__ctx- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj- The untyped proxy.__facet- The name of the desired facet.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj- The untyped proxy.__facet- The name of the desired facet.__ctx- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
uncheckedCast
public static ILdapPrx uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj- The untyped proxy.- Returns:
- A proxy for this type.
-
uncheckedCast
public static ILdapPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj- The untyped proxy.__facet- The name of the desired facet.- Returns:
- A proxy for this type.
-
ice_staticId
public static java.lang.String ice_staticId()
Provides the Slice type ID of this type.- Returns:
- The Slice type ID.
-
__write
public static void __write(IceInternal.BasicStream __os, ILdapPrx v)
-
__read
public static ILdapPrx __read(IceInternal.BasicStream __is)
-
-