editorial

This commit is contained in:
Roland Hedberg
2010-03-09 18:55:45 +01:00
parent 0b4e19630b
commit 3660be00f9

View File

@@ -110,6 +110,7 @@ class Cache(object):
return self._db[subject_id].keys()
def receivers(self, subject_id):
""" Another name just to make it more logic in the IdP scenario """
return self.entities(subject_id)
def active(self, subject_id, entity_id):