Lines Matching full:role
306 """A non-overlapping set of role type statements.
308 This clas allows the incremental addition of role type statements and
316 """Iterate over all of the unique role allows statements in the set."""
321 """Return the unique number of role allow statements."""
324 def add(self, role, type):
325 if role in self.role_types:
326 role_type = self.role_types[role]
329 role_type.role = role
330 self.role_types[role] = role_type