Version: 5.1.4-ice35-b55

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
findGroupDN
findExperimenter
findGroup
setDN

Deprecated.

getSetting
discover
discoverGroups
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

string findGroupDN(string groupname) throws ServerError

model::Experimenter findExperimenter(string username) throws ServerError

model::ExperimenterGroup findGroup(string groupname) throws ServerError

void setDN(RLong experimenterID, string dn) throws ServerError

This operation is deprecated.

bool getSetting() throws ServerError

ExperimenterList discover() throws ServerError

ExperimenterGroupList discoverGroups() throws ServerError

model::Experimenter createUser(string username) throws ServerError


Home Previous Up Next Index