heat.common.auth_url module

class heat.common.auth_url.AuthUrlFilter(app, conf)[source]

Bases: heat.common.wsgi.Middleware

property auth_url
process_request(req)[source]

Called on each request.

If this returns None, the next application down the stack will be executed. If it returns a response then that response will be returned and execution will stop here.

heat.common.auth_url.filter_factory(global_conf, **local_conf)[source]