def put(self, **kwargs):
     raise exceptions.MethodNotImplemented('Put not supported for'
                                           ' role assignments')
 def create(self, **kwargs):
     raise exceptions.MethodNotImplemented('Create not supported for'
                                           ' role assignments')
Beispiel #3
0
 def get_auth_data(self, session, auth, headers, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('This method should never '
           'be called'))
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented('Find not supported for'
                                           ' role assignments')
 def get(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Get not supported for role assignments'))
 def delete(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Delete not supported for role assignments'))
Beispiel #7
0
 def create(self):
     raise exceptions.MethodNotImplemented(
         _('Access rules can only be created as attributes of application '
           'credentials.'))
Beispiel #8
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Find not supported for domain configs'))
Beispiel #9
0
 def delete(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Delete not supported for access_tokens')
Beispiel #10
0
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Access rules are immutable, updating is not'
           ' supported.'))
Beispiel #11
0
 def put(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Put not supported for access_tokens')
Beispiel #12
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Find not supported for access_tokens')
Beispiel #13
0
 def list(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('List not supported for domain configs'))
Beispiel #14
0
 def update(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Update not supported for rule inferences'))
Beispiel #15
0
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Update not supported for trusts'))
Beispiel #16
0
 def put(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Put not supported for rule inferences'))
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Application credentials are immutable, updating is not'
           ' supported.'))