Package omero :: Package plugins :: Module user :: Class UserControl
[hide private]
[frames] | no frames]

Class UserControl

source code


Instance Methods [hide private]
 
_configure(self, parser) source code
 
add_user_arguments(self, parser) source code
 
add_group_arguments(self, parser, action="join", owner_desc="") source code
 
format_name(self, exp) source code
 
email(self, args) source code
 
password(self, args) source code
 
list(self, args) source code
 
add(self, args) source code
 
parse_userid(self, a, args) source code
 
list_groups(self, a, args) source code
 
filter_groups(self, groups, uid, owner=False, join=True) source code
 
joingroup(self, args) source code
 
leavegroup(self, args) source code

Inherited from cli.UserGroupControl: addownersbyid, addusersbyid, error_ambiguous_group, error_ambiguous_user, error_invalid_group, error_invalid_groupid, error_invalid_user, error_invalid_userid, error_no_group_found, error_no_input_group, error_no_input_user, error_no_user_found, find_group, find_group_by_id, find_group_by_name, find_user, find_user_by_id, find_user_by_name, getmemberids, getownerids, getuserids, removeownersbyid, removeusersbyid

Inherited from cli.BaseControl: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__