Warning
This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.
galaxy.web.security package¶
-
class
galaxy.web.security.
SecurityHelper
(**config)[source]¶ Bases:
object
-
encode_dict_ids
(a_dict, kind=None, skip_startswith=None)[source]¶ Encode all ids in dictionary. Ids are identified by (a) an ‘id’ key or (b) a key that ends with ‘_id’
-