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.
- Throws:
ServerError
-
findGroup
public ExperimenterGroup findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
- Returns:
- an ExperimenterGroup. Never
null.
- Throws:
ServerError
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
Callback_ILdap_findGroup __cb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_findGroup __cb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
begin_findGroup
in interface ILdapPrx
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
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.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
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.
- Returns:
- The asynchronous result object.
-
begin_findGroup
public Ice.AsyncResult begin_findGroup(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ExperimenterGroup> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
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.
- Returns:
- The asynchronous result object.
-
end_findGroup
public ExperimenterGroup end_findGroup(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Looks up a specific ExperimenterGroup
in LDAP using the provided group name. It is expected that
the group name will be unique in the searched LDAP base
tree. If more than one group with the specified name has
been found, an exception will be thrown.
- Specified by:
end_findGroup
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- an ExperimenterGroup. Never
null.
- Throws:
ServerError
-
__findGroup_completed
public static void __findGroup_completed(Ice.TwowayCallbackArg1UE<ExperimenterGroup> __cb,
Ice.AsyncResult __result)
-
findGroupDN
public java.lang.String findGroupDN(java.lang.String groupname)
throws ServerError
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
findGroupDN
in interface ILdapPrx
- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
findGroupDN
public java.lang.String findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
Callback_ILdap_findGroupDN __cb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_findGroupDN __cb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
begin_findGroupDN
in interface ILdapPrx
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
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.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
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.
- Returns:
- The asynchronous result object.
-
begin_findGroupDN
public Ice.AsyncResult begin_findGroupDN(java.lang.String groupname,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
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.
- Returns:
- The asynchronous result object.
-
end_findGroupDN
public java.lang.String end_findGroupDN(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Looks up the DN for a group.
- Specified by:
end_findGroupDN
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- a Distinguished Name. Never null.
- Throws:
ServerError
-
__findGroupDN_completed
public static void __findGroupDN_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb,
Ice.AsyncResult __result)
-
getSetting
public boolean getSetting()
throws ServerError
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
getSetting
in interface ILdapPrx
- Returns:
- boolean
- Throws:
ServerError
-
getSetting
public boolean getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
getSetting
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
- Returns:
- boolean
- Throws:
ServerError
-
begin_getSetting
public Ice.AsyncResult begin_getSetting()
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(Ice.Callback __cb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(Callback_ILdap_getSetting __cb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_getSetting __cb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_getSetting
public Ice.AsyncResult begin_getSetting(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
begin_getSetting
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
end_getSetting
public boolean end_getSetting(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Gets config value from properties.
- Specified by:
end_getSetting
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- boolean
- Throws:
ServerError
-
__getSetting_completed
public static void __getSetting_completed(Ice.TwowayCallbackBoolUE __cb,
Ice.AsyncResult __result)
-
searchAll
public java.util.List<Experimenter> searchAll()
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
searchAll
in interface ILdapPrx
- Returns:
- all Experimenter list.
- Throws:
ServerError
-
searchAll
public java.util.List<Experimenter> searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
searchAll
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
- Returns:
- all Experimenter list.
- Throws:
ServerError
-
begin_searchAll
public Ice.AsyncResult begin_searchAll()
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(Callback_ILdap_searchAll __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchAll __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchAll
public Ice.AsyncResult begin_searchAll(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
begin_searchAll
in interface ILdapPrx
- Parameters:
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
end_searchAll
public java.util.List<Experimenter> end_searchAll(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
list on LDAP
for attribute objectClass = person.
- Specified by:
end_searchAll
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- all Experimenter list.
- Throws:
ServerError
-
__searchAll_completed
public static void __searchAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb,
Ice.AsyncResult __result)
-
searchByAttribute
public java.util.List<Experimenter> searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
value
- Expected value of attribute. Never null or
empty.
- Returns:
- List of Experimenters.
- Throws:
ServerError
-
searchByAttribute
public java.util.List<Experimenter> searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
value
- Expected value of attribute. Never null or
empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- List of Experimenters.
- Throws:
ServerError
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
Callback_ILdap_searchByAttribute __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchByAttribute __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchByAttribute
public Ice.AsyncResult begin_searchByAttribute(java.lang.String dn,
java.lang.String attribute,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
begin_searchByAttribute
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attribute
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
end_searchByAttribute
public java.util.List<Experimenter> end_searchByAttribute(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attribute.
- Specified by:
end_searchByAttribute
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- List of Experimenters.
- Throws:
ServerError
-
__searchByAttribute_completed
public static void __searchByAttribute_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb,
Ice.AsyncResult __result)
-
searchByAttributes
public java.util.List<Experimenter> searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
values
- Expected value of attribute. Never null
or empty.
- Returns:
- List of Experimenters.
- Throws:
ServerError
-
searchByAttributes
public java.util.List<Experimenter> searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
values
- Expected value of attribute. Never null
or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- List of Experimenters.
- Throws:
ServerError
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
Callback_ILdap_searchByAttributes __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchByAttributes __cb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchByAttributes
public Ice.AsyncResult begin_searchByAttributes(java.lang.String dn,
java.util.List<java.lang.String> attributes,
java.util.List<java.lang.String> values,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
begin_searchByAttributes
in interface ILdapPrx
- Parameters:
dn
- Distinguished Name base for search. Never
null.
attributes
- Name of attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
end_searchByAttributes
public java.util.List<Experimenter> end_searchByAttributes(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Searches all Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.
- Specified by:
end_searchByAttributes
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- List of Experimenters.
- Throws:
ServerError
-
__searchByAttributes_completed
public static void __searchByAttributes_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb,
Ice.AsyncResult __result)
-
searchByDN
public Experimenter searchByDN(java.lang.String userdn)
throws ServerError
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
- Returns:
- an Experimenter.
- Throws:
ServerError
-
searchByDN
public Experimenter searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- an Experimenter.
- Throws:
ServerError
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
Callback_ILdap_searchByDN __cb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchByDN __cb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
IceInternal.Functional_GenericCallback1<Experimenter> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
IceInternal.Functional_GenericCallback1<Experimenter> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<Experimenter> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchByDN
public Ice.AsyncResult begin_searchByDN(java.lang.String userdn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<Experimenter> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
begin_searchByDN
in interface ILdapPrx
- Parameters:
userdn
- unique Distinguished Name - string of user,
Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
end_searchByDN
public Experimenter end_searchByDN(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Searches one Experimenter
in LDAP for
specified Distinguished Name.
- Specified by:
end_searchByDN
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- an Experimenter.
- Throws:
ServerError
-
__searchByDN_completed
public static void __searchByDN_completed(Ice.TwowayCallbackArg1UE<Experimenter> __cb,
Ice.AsyncResult __result)
-
searchDnInGroups
public java.util.List<java.lang.String> searchDnInGroups(java.lang.String attr,
java.lang.String value)
throws ServerError
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
value
- User's DN which should be set on value for
attribute. Never null or empty.
- Returns:
- List of groups which contains DN.
- Throws:
ServerError
-
searchDnInGroups
public java.util.List<java.lang.String> searchDnInGroups(java.lang.String attr,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
value
- User's DN which should be set on value for
attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- List of groups which contains DN.
- Throws:
ServerError
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
Callback_ILdap_searchDnInGroups __cb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_searchDnInGroups __cb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_searchDnInGroups
public Ice.AsyncResult begin_searchDnInGroups(java.lang.String attr,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
begin_searchDnInGroups
in interface ILdapPrx
- Parameters:
attr
- Name of member attribute. Never null or empty.
__ctx
- The Context map to send with the invocation.
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
__sentCb
- The lambda sent callback.
- Returns:
- The asynchronous result object.
-
end_searchDnInGroups
public java.util.List<java.lang.String> end_searchDnInGroups(Ice.AsyncResult __iresult)
throws ServerError
Description copied from interface: ILdapPrx
Searches Distinguished Name in groups.
- Specified by:
end_searchDnInGroups
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Returns:
- List of groups which contains DN.
- Throws:
ServerError
-
__searchDnInGroups_completed
public static void __searchDnInGroups_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb,
Ice.AsyncResult __result)
-
setDN
public void setDN(RLong experimenterID,
java.lang.String dn)
throws ServerError
- Specified by:
setDN
in interface ILdapPrx
- Throws:
ServerError
-
setDN
public void setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
- Specified by:
setDN
in interface ILdapPrx
- Throws:
ServerError
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn)
- Specified by:
begin_setDN
in interface ILdapPrx
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx)
- Specified by:
begin_setDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
Ice.Callback __cb)
- Specified by:
begin_setDN
in interface ILdapPrx
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
- Specified by:
begin_setDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
Callback_ILdap_setDN __cb)
- Specified by:
begin_setDN
in interface ILdapPrx
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ILdap_setDN __cb)
- Specified by:
begin_setDN
in interface ILdapPrx
__ctx
- The Context map to send with the invocation.
__cb
- The asynchronous callback object.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Specified by:
begin_setDN
in interface ILdapPrx
__responseCb
- The lambda response callback.
__userExceptionCb
- The lambda user exception callback.
__exceptionCb
- The lambda exception callback.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
- Specified by:
begin_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.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Specified by:
begin_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.
- Returns:
- The asynchronous result object.
-
begin_setDN
public Ice.AsyncResult begin_setDN(RLong experimenterID,
java.lang.String dn,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
- Specified by:
begin_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.
- Returns:
- The asynchronous result object.
-
end_setDN
public void end_setDN(Ice.AsyncResult __iresult)
throws ServerError
- Specified by:
end_setDN
in interface ILdapPrx
- Parameters:
__iresult
- The asynchronous result object.
- Throws:
ServerError
-
__setDN_completed
public static void __setDN_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result)
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.
Raises a local exception if a communication error occurs.
- Parameters:
__obj
- The untyped proxy.
- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.
Raises a local exception if a communication error occurs.
- Parameters:
__obj
- The untyped proxy.
__ctx
- The Context map to send with the invocation.
- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.
Raises a local exception if a communication error occurs.
- Parameters:
__obj
- The untyped proxy.
__facet
- The name of the desired facet.
- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static ILdapPrx checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.
Raises a local exception if a communication error occurs.
- Parameters:
__obj
- The untyped proxy.
__facet
- The name of the desired facet.
__ctx
- The Context map to send with the invocation.
- Returns:
- A proxy for this type, or null if the object does not support this type.
-
uncheckedCast
public static ILdapPrx uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.
- Parameters:
__obj
- The untyped proxy.
- Returns:
- A proxy for this type.
-
uncheckedCast
public static ILdapPrx uncheckedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.
- Parameters:
__obj
- The untyped proxy.
__facet
- The name of the desired facet.
- Returns:
- A proxy for this type.
-
ice_staticId
public static java.lang.String ice_staticId()
Provides the Slice type ID of this type.
- Returns:
- The Slice type ID.
-
__write
public static void __write(IceInternal.BasicStream __os,
ILdapPrx v)
-
__read
public static ILdapPrx __read(IceInternal.BasicStream __is)