Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::api::ILdap

Overview

[ "ami", "amd" ] interface ILdap extends ServiceInterface

See ILdap.html

Operation Index

searchAll
searchDnInGroups
searchByAttribute
searchByAttributes
searchByDN
findDN
findExperimenter
setDN
getSetting
createUser

Operations

ExperimenterList searchAll() throws ServerError

StringSet searchDnInGroups(string attr, string value) throws ServerError

ExperimenterList searchByAttribute(string dn, string attribute, string value) throws ServerError

ExperimenterList searchByAttributes(string dn, StringSet attributes, StringSet values) throws ServerError

model::Experimenter searchByDN(string userdn) throws ServerError

string findDN(string username) throws ServerError

model::Experimenter findExperimenter(string username) throws ServerError

void setDN(RLong experimenterID, string dn) throws ServerError

bool getSetting() throws ServerError

model::Experimenter createUser(string username) throws ServerError


Home Previous Up Next Index