OmeroBlitz API
Home Previous Up Index

omero::sys::Roles

Overview

class Roles

Server-constants used for determining particular groups and users.

Used By

api::IAdmin::getSecurityRoles

Data Member Index

rootId
rootName
systemGroupId
systemGroupName
userGroupId
userGroupName
guestId
guestName
guestGroupId
guestGroupName

Data Members

long rootId;

string rootName;

long systemGroupId;

string systemGroupName;

long userGroupId;

string userGroupName;

long guestId;

string guestName;

long guestGroupId;

string guestGroupName;


Home Previous Up Index