Version: Beta-4.1.1-r5927-b91

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
searchGroups
getReqGroups
getReqAttributes
getReqValues
setReqGroups
setReqAttributes
setReqValues
getSetting

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

ExperimenterGroupList searchGroups() throws ServerError

StringSet getReqGroups() throws ServerError

StringSet getReqAttributes() throws ServerError

StringSet getReqValues() throws ServerError

void setReqGroups(StringSet groups) throws ServerError

void setReqAttributes(StringSet attrs) throws ServerError

void setReqValues(StringSet vals) throws ServerError

bool getSetting() throws ServerError


Home Previous Up Next Index