public final class ILdapPrxHelper extends Ice.ObjectPrxHelperBase implements ILdapPrx
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
Constructor and Description |
---|
ILdapPrxHelper() |
Modifier and Type | Method and 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.AsyncResult |
begin_createUser(java.lang.String username)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Ice.AsyncResult |
begin_createUser(java.lang.String username,
Callback_ILdap_createUser __cb)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Ice.AsyncResult |
begin_createUser(java.lang.String username,
Ice.Callback __cb)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
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)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
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)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Ice.AsyncResult |
begin_createUser(java.lang.String username,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Ice.AsyncResult |
begin_createUser(java.lang.String username,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_createUser __cb)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Ice.AsyncResult |
begin_createUser(java.lang.String username,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
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)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
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)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Ice.AsyncResult |
begin_discover()
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discover(Callback_ILdap_discover __cb)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discover(Ice.Callback __cb)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discover(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
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)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_discover __cb)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
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)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
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)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups()
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups(Callback_ILdap_discoverGroups __cb)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups(Ice.Callback __cb)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups(IceInternal.Functional_GenericCallback1<java.util.List<ExperimenterGroup>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
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)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_discoverGroups __cb)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
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)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
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)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Ice.AsyncResult |
begin_findDN(java.lang.String username)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
Ice.AsyncResult |
begin_findDN(java.lang.String username,
Callback_ILdap_findDN __cb)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
Ice.AsyncResult |
begin_findDN(java.lang.String username,
Ice.Callback __cb)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
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)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
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)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
Ice.AsyncResult |
begin_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.AsyncResult |
begin_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.AsyncResult |
begin_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.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)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
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)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
Ice.AsyncResult |
begin_findExperimenter(java.lang.String username)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
Ice.AsyncResult |
begin_findExperimenter(java.lang.String username,
Callback_ILdap_findExperimenter __cb)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
Ice.AsyncResult |
begin_findExperimenter(java.lang.String username,
Ice.Callback __cb)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
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)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
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)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
Ice.AsyncResult |
begin_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.AsyncResult |
begin_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.AsyncResult |
begin_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.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)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
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)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
Ice.AsyncResult |
begin_findGroup(java.lang.String groupname)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
Ice.AsyncResult |
begin_findGroup(java.lang.String groupname,
Callback_ILdap_findGroup __cb)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
Ice.AsyncResult |
begin_findGroup(java.lang.String groupname,
Ice.Callback __cb)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
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)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
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)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
Ice.AsyncResult |
begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
Ice.AsyncResult |
begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_findGroup __cb)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
Ice.AsyncResult |
begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
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)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
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)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
Ice.AsyncResult |
begin_findGroupDN(java.lang.String groupname)
Looks up the DN for a group.
|
Ice.AsyncResult |
begin_findGroupDN(java.lang.String groupname,
Callback_ILdap_findGroupDN __cb)
Looks up the DN for a group.
|
Ice.AsyncResult |
begin_findGroupDN(java.lang.String groupname,
Ice.Callback __cb)
Looks up the DN for a group.
|
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)
Looks up the DN for a group.
|
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)
Looks up the DN for a group.
|
Ice.AsyncResult |
begin_findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up the DN for a group.
|
Ice.AsyncResult |
begin_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.AsyncResult |
begin_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.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)
Looks up the DN for a group.
|
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)
Looks up the DN for a group.
|
Ice.AsyncResult |
begin_getSetting()
Gets config value from properties.
|
Ice.AsyncResult |
begin_getSetting(Callback_ILdap_getSetting __cb)
Gets config value from properties.
|
Ice.AsyncResult |
begin_getSetting(Ice.Callback __cb)
Gets config value from properties.
|
Ice.AsyncResult |
begin_getSetting(IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets config value from properties.
|
Ice.AsyncResult |
begin_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.AsyncResult |
begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets config value from properties.
|
Ice.AsyncResult |
begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_getSetting __cb)
Gets config value from properties.
|
Ice.AsyncResult |
begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets config value from properties.
|
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)
Gets config value from properties.
|
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)
Gets config value from properties.
|
Ice.AsyncResult |
begin_searchAll()
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchAll(Callback_ILdap_searchAll __cb)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchAll(Ice.Callback __cb)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
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)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchAll __cb)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
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)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
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)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
Ice.AsyncResult |
begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
Searches all
Experimenter in LDAP for
specified attribute. |
Ice.AsyncResult |
begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
Callback_ILdap_searchByAttribute __cb)
Searches all
Experimenter in LDAP for
specified attribute. |
Ice.AsyncResult |
begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
Ice.Callback __cb)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
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)
Searches all
Experimenter in LDAP for
specified attribute. |
Ice.AsyncResult |
begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
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)
Searches all
Experimenter in LDAP for
specified attributes. |
Ice.AsyncResult |
begin_searchByDN(java.lang.String userdn)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Ice.AsyncResult |
begin_searchByDN(java.lang.String userdn,
Callback_ILdap_searchByDN __cb)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Ice.AsyncResult |
begin_searchByDN(java.lang.String userdn,
Ice.Callback __cb)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
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)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
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)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Ice.AsyncResult |
begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Ice.AsyncResult |
begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchByDN __cb)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Ice.AsyncResult |
begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
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)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
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)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Ice.AsyncResult |
begin_searchDnInGroups(java.lang.String attr,
java.lang.String value)
Searches Distinguished Name in groups.
|
Ice.AsyncResult |
begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
Callback_ILdap_searchDnInGroups __cb)
Searches Distinguished Name in groups.
|
Ice.AsyncResult |
begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
Ice.Callback __cb)
Searches Distinguished Name in groups.
|
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)
Searches Distinguished Name in groups.
|
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)
Searches Distinguished Name in groups.
|
Ice.AsyncResult |
begin_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.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)
Searches Distinguished Name in groups.
|
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)
Searches Distinguished Name in groups.
|
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)
Searches Distinguished Name in groups.
|
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)
Searches Distinguished Name in groups.
|
Ice.AsyncResult |
begin_setDN(RLong experimenterID,
java.lang.String dn) |
Ice.AsyncResult |
begin_setDN(RLong experimenterID,
java.lang.String dn,
Callback_ILdap_setDN __cb) |
Ice.AsyncResult |
begin_setDN(RLong experimenterID,
java.lang.String dn,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_setDN __cb) |
Ice.AsyncResult |
begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
static ILdapPrx |
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.
|
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.
|
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.
|
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.
|
Experimenter |
createUser(java.lang.String username)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
Experimenter |
createUser(java.lang.String username,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
java.util.List<Experimenter> |
discover()
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
java.util.List<Experimenter> |
discover(java.util.Map<java.lang.String,java.lang.String> __ctx)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
java.util.List<ExperimenterGroup> |
discoverGroups()
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
java.util.List<ExperimenterGroup> |
discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
Experimenter |
end_createUser(Ice.AsyncResult __iresult)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
java.util.List<Experimenter> |
end_discover(Ice.AsyncResult __iresult)
Discovers and lists
Experimenter s who
are present in the remote LDAP server and in the local DB
but have the ldap property set to
false . |
java.util.List<ExperimenterGroup> |
end_discoverGroups(Ice.AsyncResult __iresult)
Discovers and lists
ExperimenterGroup s
which are present in the remote LDAP server and in the local
DB but have the ldap property set to
false . |
java.lang.String |
end_findDN(Ice.AsyncResult __iresult)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
Experimenter |
end_findExperimenter(Ice.AsyncResult __iresult)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
ExperimenterGroup |
end_findGroup(Ice.AsyncResult __iresult)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
java.lang.String |
end_findGroupDN(Ice.AsyncResult __iresult)
Looks up the DN for a group.
|
boolean |
end_getSetting(Ice.AsyncResult __iresult)
Gets config value from properties.
|
java.util.List<Experimenter> |
end_searchAll(Ice.AsyncResult __iresult)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
java.util.List<Experimenter> |
end_searchByAttribute(Ice.AsyncResult __iresult)
Searches all
Experimenter in LDAP for
specified attribute. |
java.util.List<Experimenter> |
end_searchByAttributes(Ice.AsyncResult __iresult)
Searches all
Experimenter in LDAP for
specified attributes. |
Experimenter |
end_searchByDN(Ice.AsyncResult __iresult)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
java.util.List<java.lang.String> |
end_searchDnInGroups(Ice.AsyncResult __iresult)
Searches Distinguished Name in groups.
|
void |
end_setDN(Ice.AsyncResult __iresult) |
java.lang.String |
findDN(java.lang.String username)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
java.lang.String |
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.
|
Experimenter |
findExperimenter(java.lang.String username)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
Experimenter |
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.
|
ExperimenterGroup |
findGroup(java.lang.String groupname)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
ExperimenterGroup |
findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
java.lang.String |
findGroupDN(java.lang.String groupname)
Looks up the DN for a group.
|
java.lang.String |
findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up the DN for a group.
|
boolean |
getSetting()
Gets config value from properties.
|
boolean |
getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets config value from properties.
|
static java.lang.String |
ice_staticId()
Provides the Slice type ID of this type.
|
java.util.List<Experimenter> |
searchAll()
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
java.util.List<Experimenter> |
searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
java.util.List<Experimenter> |
searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
Searches all
Experimenter in 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 all
Experimenter in 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 all
Experimenter in 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 all
Experimenter in LDAP for
specified attributes. |
Experimenter |
searchByDN(java.lang.String userdn)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
Experimenter |
searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches one
Experimenter in 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.
|
void |
setDN(RLong experimenterID,
java.lang.String dn) |
void |
setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
static ILdapPrx |
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.
|
static ILdapPrx |
uncheckedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.
|
__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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public static final java.lang.String[] __ids
public static final long serialVersionUID
public Experimenter createUser(java.lang.String username) throws ServerError
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.createUser
in interface ILdapPrx
ServerError
public Experimenter createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.createUser
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_createUser(java.lang.String username)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_createUser(java.lang.String username, Ice.Callback __cb)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createUser(java.lang.String username, Callback_ILdap_createUser __cb)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createUser(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_createUser __cb)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__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.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)
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.begin_createUser
in interface ILdapPrx
__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.public Experimenter end_createUser(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.end_createUser
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __createUser_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)
public java.util.List<Experimenter> discover() throws ServerError
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.discover
in interface ILdapPrx
ServerError
public java.util.List<Experimenter> discover(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.discover
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_discover()
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_discover(Ice.Callback __cb)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_discover(Callback_ILdap_discover __cb)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_discover(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_discover __cb)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__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.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)
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.begin_discover
in interface ILdapPrx
__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.public java.util.List<Experimenter> end_discover(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.end_discover
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __discover_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
public java.util.List<ExperimenterGroup> discoverGroups() throws ServerError
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.discoverGroups
in interface ILdapPrx
ServerError
public java.util.List<ExperimenterGroup> discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.discoverGroups
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_discoverGroups()
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_discoverGroups(Ice.Callback __cb)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_discoverGroups(Callback_ILdap_discoverGroups __cb)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_discoverGroups(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_discoverGroups __cb)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__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.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)
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.begin_discoverGroups
in interface ILdapPrx
__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.public java.util.List<ExperimenterGroup> end_discoverGroups(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.end_discoverGroups
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __discoverGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<ExperimenterGroup>> __cb, Ice.AsyncResult __result)
public java.lang.String findDN(java.lang.String username) throws ServerError
ILdapPrx
findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.ServerError
public java.lang.String findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findDN(java.lang.String username)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findDN(java.lang.String username, Ice.Callback __cb)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findDN(java.lang.String username, Callback_ILdap_findDN __cb)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findDN(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findDN __cb)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
begin_findDN
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
begin_findDN
in interface ILdapPrx
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.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)
ILdapPrx
begin_findDN
in interface ILdapPrx
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.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)
ILdapPrx
begin_findDN
in interface ILdapPrx
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.public java.lang.String end_findDN(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
end_findDN
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __findDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
public Experimenter findExperimenter(java.lang.String username) throws ServerError
ILdapPrx
findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.ServerError
public Experimenter findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findExperimenter(java.lang.String username)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findExperimenter(java.lang.String username, Ice.Callback __cb)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findExperimenter(java.lang.String username, Callback_ILdap_findExperimenter __cb)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findExperimenter(java.lang.String username, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findExperimenter __cb)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
username
- Name of the Experimenter equals CommonName.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
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.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)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
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.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)
ILdapPrx
begin_findExperimenter
in interface ILdapPrx
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.public Experimenter end_findExperimenter(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
end_findExperimenter
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __findExperimenter_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)
public ExperimenterGroup findGroup(java.lang.String groupname) throws ServerError
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.findGroup
in interface ILdapPrx
null.
ServerError
public ExperimenterGroup findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.null.
ServerError
public Ice.AsyncResult begin_findGroup(java.lang.String groupname)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findGroup(java.lang.String groupname, Ice.Callback __cb)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findGroup(java.lang.String groupname, Callback_ILdap_findGroup __cb)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findGroup(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findGroup __cb)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__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.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)
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.begin_findGroup
in interface ILdapPrx
__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.public ExperimenterGroup end_findGroup(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.end_findGroup
in interface ILdapPrx
__iresult
- The asynchronous result object.null.
ServerError
public static void __findGroup_completed(Ice.TwowayCallbackArg1UE<ExperimenterGroup> __cb, Ice.AsyncResult __result)
public java.lang.String findGroupDN(java.lang.String groupname) throws ServerError
ILdapPrx
findGroupDN
in interface ILdapPrx
ServerError
public java.lang.String findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, Ice.Callback __cb)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, Callback_ILdap_findGroupDN __cb)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_findGroupDN __cb)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__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.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)
ILdapPrx
begin_findGroupDN
in interface ILdapPrx
__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.public java.lang.String end_findGroupDN(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
end_findGroupDN
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __findGroupDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
public boolean getSetting() throws ServerError
ILdapPrx
getSetting
in interface ILdapPrx
ServerError
public boolean getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
getSetting
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getSetting()
ILdapPrx
begin_getSetting
in interface ILdapPrx
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getSetting(Ice.Callback __cb)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSetting(Callback_ILdap_getSetting __cb)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_getSetting __cb)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSetting(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__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.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)
ILdapPrx
begin_getSetting
in interface ILdapPrx
__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.public boolean end_getSetting(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
end_getSetting
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __getSetting_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
public java.util.List<Experimenter> searchAll() throws ServerError
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.searchAll
in interface ILdapPrx
ServerError
public java.util.List<Experimenter> searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.searchAll
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_searchAll()
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_searchAll(Ice.Callback __cb)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_searchAll(Callback_ILdap_searchAll __cb)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchAll __cb)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__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.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)
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.begin_searchAll
in interface ILdapPrx
__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.public java.util.List<Experimenter> end_searchAll(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
Experimenter
list on LDAP
for attribute objectClass = person.end_searchAll
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __searchAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
public java.util.List<Experimenter> searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value) throws ServerError
ILdapPrx
Experimenter
in LDAP for
specified attribute.searchByAttribute
in interface ILdapPrx
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.ServerError
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
ILdapPrx
Experimenter
in LDAP for
specified attribute.searchByAttribute
in interface ILdapPrx
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.ServerError
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
dn
- Distinguished Name base for search. Never
null.attribute
- Name of attribute. Never null or empty.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, Ice.Callback __cb)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
dn
- Distinguished Name base for search. Never
null.attribute
- Name of attribute. Never null or empty.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn, java.lang.String attribute, java.lang.String value, Callback_ILdap_searchByAttribute __cb)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
dn
- Distinguished Name base for search. Never
null.attribute
- Name of attribute. Never null or empty.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attribute.begin_searchByAttribute
in interface ILdapPrx
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.public java.util.List<Experimenter> end_searchByAttribute(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
Experimenter
in LDAP for
specified attribute.end_searchByAttribute
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __searchByAttribute_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
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
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.searchByAttributes
in interface ILdapPrx
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.ServerError
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
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.searchByAttributes
in interface ILdapPrx
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.ServerError
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
dn
- Distinguished Name base for search. Never
null.attributes
- Name of attribute. Never null or empty.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
dn
- Distinguished Name base for search. Never
null.attributes
- Name of attribute. Never null or empty.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
dn
- Distinguished Name base for search. Never
null.attributes
- Name of attribute. Never null or empty.__cb
- The asynchronous callback object.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.begin_searchByAttributes
in interface ILdapPrx
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.public java.util.List<Experimenter> end_searchByAttributes(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.end_searchByAttributes
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __searchByAttributes_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
public Experimenter searchByDN(java.lang.String userdn) throws ServerError
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.searchByDN
in interface ILdapPrx
userdn
- unique Distinguished Name - string of user,
Never null or empty.ServerError
public Experimenter searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.searchByDN
in interface ILdapPrx
userdn
- unique Distinguished Name - string of user,
Never null or empty.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
userdn
- unique Distinguished Name - string of user,
Never null or empty.public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
userdn
- unique Distinguished Name - string of user,
Never null or empty.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, Ice.Callback __cb)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
userdn
- unique Distinguished Name - string of user,
Never null or empty.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
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.public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, Callback_ILdap_searchByDN __cb)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
userdn
- unique Distinguished Name - string of user,
Never null or empty.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_searchByDN(java.lang.String userdn, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ILdap_searchByDN __cb)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
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.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)
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.begin_searchByDN
in interface ILdapPrx
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.public Experimenter end_searchByDN(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
Experimenter
in LDAP for
specified Distinguished Name.end_searchByDN
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __searchByDN_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb, Ice.AsyncResult __result)
public java.util.List<java.lang.String> searchDnInGroups(java.lang.String attr, java.lang.String value) throws ServerError
ILdapPrx
searchDnInGroups
in interface ILdapPrx
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.ServerError
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 ServerError
ILdapPrx
searchDnInGroups
in interface ILdapPrx
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.ServerError
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
attr
- Name of member attribute. Never null or empty.public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
attr
- Name of member attribute. Never null or empty.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, Ice.Callback __cb)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
attr
- Name of member attribute. Never null or empty.__cb
- The asynchronous callback object.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)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
attr
- Name of member attribute. Never null or empty.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr, java.lang.String value, Callback_ILdap_searchDnInGroups __cb)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
attr
- Name of member attribute. Never null or empty.__cb
- The asynchronous callback object.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)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
attr
- Name of member attribute. Never null or empty.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
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.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)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
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.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)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
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.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)
ILdapPrx
begin_searchDnInGroups
in interface ILdapPrx
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.public java.util.List<java.lang.String> end_searchDnInGroups(Ice.AsyncResult __iresult) throws ServerError
ILdapPrx
end_searchDnInGroups
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __searchDnInGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb, Ice.AsyncResult __result)
public void setDN(RLong experimenterID, java.lang.String dn) throws ServerError
setDN
in interface ILdapPrx
ServerError
public void setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setDN
in interface ILdapPrx
ServerError
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn)
begin_setDN
in interface ILdapPrx
public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx)
begin_setDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, Ice.Callback __cb)
begin_setDN
in interface ILdapPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
begin_setDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_setDN(RLong experimenterID, java.lang.String dn, Callback_ILdap_setDN __cb)
begin_setDN
in interface ILdapPrx
__cb
- The asynchronous callback object.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)
begin_setDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
begin_setDN
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
begin_setDN
in interface ILdapPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
begin_setDN
in interface ILdapPrx
__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.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)
begin_setDN
in interface ILdapPrx
__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.public void end_setDN(Ice.AsyncResult __iresult) throws ServerError
end_setDN
in interface ILdapPrx
__iresult
- The asynchronous result object.ServerError
public static void __setDN_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static ILdapPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.public static ILdapPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static ILdapPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.public static ILdapPrx uncheckedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static ILdapPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static java.lang.String ice_staticId()
public static void __write(IceInternal.BasicStream __os, ILdapPrx v)
public static ILdapPrx __read(IceInternal.BasicStream __is)