Package omero.api
Interface ILdap
-
- All Superinterfaces:
_ILdapOperations,_ILdapOperationsNC,_ServiceInterfaceOperations,_ServiceInterfaceOperationsNC,Ice.Object,ServiceInterface
- All Known Implementing Classes:
_ILdapDisp,_ILdapTie
public interface ILdap extends Ice.Object, _ILdapOperations, _ILdapOperationsNC, ServiceInterface
Administration interface providing access to admin-only functionality as well as JMX-based server access and selected user functions. Most methods require membership in privilegedExperimenterGroupgroups. Methods which returnExperimenterorExperimenterGroupinstances fetch and load all related instances ofExperimenterGrouporExperimenter, respectively.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringice_staticIdstatic longserialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._ILdapOperations
createUser_async, discover_async, discoverGroups_async, findDN_async, findExperimenter_async, findGroup_async, findGroupDN_async, getSetting_async, searchAll_async, searchByAttribute_async, searchByAttributes_async, searchByDN_async, searchDnInGroups_async, setDN_async
-
Methods inherited from interface omero.api._ILdapOperationsNC
createUser_async, discover_async, discoverGroups_async, findDN_async, findExperimenter_async, findGroup_async, findGroupDN_async, getSetting_async, searchAll_async, searchByAttribute_async, searchByAttributes_async, searchByDN_async, searchDnInGroups_async, setDN_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-