deb-keystone/keystone/identity
Juan Antonio Osorio 3dd0c24edf Refactor driver_hints
Throughout the code-base the Hints class was not actually being used as
a list, as it was previously implemented. Besides this, the limit
"filter" or attribute to filtering, was being included and used in a
completely different way. So what this does is separate the logic to
remove the need of iterating the whole filter list each time we need to
use "limit", and treat it as a separate attribute inside the class.

This in turn also simplifies the use of filters, since now there is no need
to iterate the filters in order to get them and now we just return an
inner variable.

Closes-Bug: #1323770
Change-Id: I0ae2828e85891c9e37f30289af1efc01b9e677c6
2014-05-28 09:17:10 +03:00
..
backends Reduce excess LDAP searches 2014-05-07 17:40:05 -07:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
controllers.py No longer allow listing users by email 2014-04-25 09:56:11 +03:00
core.py Refactor driver_hints 2014-05-28 09:17:10 +03:00
routers.py Remove vim header 2014-02-08 23:54:04 +08:00