public interface _ILdapOperationsNC extends _ServiceInterfaceOperationsNC
ExperimenterGroup
groups.
Methods which return Experimenter
or
ExperimenterGroup
instances fetch and load all
related instances of ExperimenterGroup
or
Experimenter
, respectively.Modifier and Type | Method and Description |
---|---|
void |
createUser_async(AMD_ILdap_createUser __cb,
java.lang.String username)
Creates an
Experimenter entry in the
OMERO DB based on the supplied LDAP username. |
void |
discover_async(AMD_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 . |
void |
discoverGroups_async(AMD_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 . |
void |
findDN_async(AMD_ILdap_findDN __cb,
java.lang.String username)
Searches unique Distinguished Name - string in LDAP for
Common Name equals username.
|
void |
findExperimenter_async(AMD_ILdap_findExperimenter __cb,
java.lang.String username)
Searches Experimenter by unique Distinguished Name -
string in LDAP for Common Name equals username.
|
void |
findGroup_async(AMD_ILdap_findGroup __cb,
java.lang.String groupname)
Looks up a specific
ExperimenterGroup
in LDAP using the provided group name. |
void |
findGroupDN_async(AMD_ILdap_findGroupDN __cb,
java.lang.String groupname)
Looks up the DN for a group.
|
void |
getSetting_async(AMD_ILdap_getSetting __cb)
Gets config value from properties.
|
void |
searchAll_async(AMD_ILdap_searchAll __cb)
Searches all
Experimenter list on LDAP
for attribute objectClass = person. |
void |
searchByAttribute_async(AMD_ILdap_searchByAttribute __cb,
java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
Searches all
Experimenter in LDAP for
specified attribute. |
void |
searchByAttributes_async(AMD_ILdap_searchByAttributes __cb,
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. |
void |
searchByDN_async(AMD_ILdap_searchByDN __cb,
java.lang.String userdn)
Searches one
Experimenter in LDAP for
specified Distinguished Name. |
void |
searchDnInGroups_async(AMD_ILdap_searchDnInGroups __cb,
java.lang.String attr,
java.lang.String value)
Searches Distinguished Name in groups.
|
void |
setDN_async(AMD_ILdap_setDN __cb,
RLong experimenterID,
java.lang.String dn)
Deprecated.
setDN() is deprecated. Set the LDAP flag on model objects instead.
|
void searchAll_async(AMD_ILdap_searchAll __cb) throws ServerError
Experimenter
list on LDAP
for attribute objectClass = person.__cb
- The callback object for the operation.ServerError
void searchDnInGroups_async(AMD_ILdap_searchDnInGroups __cb, java.lang.String attr, java.lang.String value) throws ServerError
__cb
- The callback object for the operation.attr
- Name of member attribute. Never null or empty.ServerError
void searchByAttribute_async(AMD_ILdap_searchByAttribute __cb, java.lang.String dn, java.lang.String attribute, java.lang.String value) throws ServerError
Experimenter
in LDAP for
specified attribute.__cb
- The callback object for the operation.dn
- Distinguished Name base for search. Never
null.attribute
- Name of attribute. Never null or empty.ServerError
void searchByAttributes_async(AMD_ILdap_searchByAttributes __cb, java.lang.String dn, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values) throws ServerError
Experimenter
in LDAP for
specified attributes. Attributes should be specified in
StringSet and their values should be set in equivalent
StringSet.__cb
- The callback object for the operation.dn
- Distinguished Name base for search. Never
null.attributes
- Name of attribute. Never null or empty.ServerError
void searchByDN_async(AMD_ILdap_searchByDN __cb, java.lang.String userdn) throws ServerError
Experimenter
in LDAP for
specified Distinguished Name.__cb
- The callback object for the operation.userdn
- unique Distinguished Name - string of user,
Never null or empty.ServerError
void findDN_async(AMD_ILdap_findDN __cb, java.lang.String username) throws ServerError
__cb
- The callback object for the operation.username
- Name of the Experimenter equals CommonName.ServerError
void findGroupDN_async(AMD_ILdap_findGroupDN __cb, java.lang.String groupname) throws ServerError
__cb
- The callback object for the operation.ServerError
void findExperimenter_async(AMD_ILdap_findExperimenter __cb, java.lang.String username) throws ServerError
__cb
- The callback object for the operation.username
- Name of the Experimenter equals CommonName.ServerError
void findGroup_async(AMD_ILdap_findGroup __cb, java.lang.String groupname) throws ServerError
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.__cb
- The callback object for the operation.groupname
- ServerError
void setDN_async(AMD_ILdap_setDN __cb, RLong experimenterID, java.lang.String dn) throws ServerError
__cb
- The callback object for the operation.ServerError
void getSetting_async(AMD_ILdap_getSetting __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void discover_async(AMD_ILdap_discover __cb) throws ServerError
Experimenter
s who
are present in the remote LDAP server and in the local DB
but have the ldap
property set to
false
.__cb
- The callback object for the operation.ServerError
void discoverGroups_async(AMD_ILdap_discoverGroups __cb) throws ServerError
ExperimenterGroup
s
which are present in the remote LDAP server and in the local
DB but have the ldap
property set to
false
.__cb
- The callback object for the operation.ServerError
void createUser_async(AMD_ILdap_createUser __cb, java.lang.String username) throws ServerError
Experimenter
entry in the
OMERO DB based on the supplied LDAP username.__cb
- The callback object for the operation.username
- ServerError