Method which returns reference to a class with various RBAC related utility static methods.
(self)
| 58 | raise NotImplementedError() |
| 59 | |
| 60 | def get_utils_class(self): |
| 61 | """ |
| 62 | Method which returns reference to a class with various RBAC related utility static methods. |
| 63 | """ |
| 64 | raise NotImplementedError() |
| 65 | |
| 66 | |
| 67 | @six.add_metaclass(abc.ABCMeta) |
no outgoing calls
no test coverage detected