security Package¶
security Package¶
-
class
galaxy.web.security.SecurityHelper(**config)[source]¶ Bases:
object-
encode_all_ids(rval, recursive=False)[source]¶ Encodes all integer values in the dict rval whose keys are ‘id’ or end with ‘_id’ excluding tool_id which are consumed and produced as is via the API.
-