Package omero.api
Interface AMD_ILdap_createUser
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ILdap_createUser extends Ice.AMDCallback
Creates anExperimenter
entry in the OMERO DB based on the supplied LDAP username.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(Experimenter __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(Experimenter __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) created Experimenter or null
-
-