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')
Exemple #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'))
Exemple #7
0
 def create(self):
     raise exceptions.MethodNotImplemented(
         _('Access rules can only be created as attributes of application '
           'credentials.'))
Exemple #8
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Find not supported for domain configs'))
Exemple #9
0
 def delete(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Delete not supported for access_tokens')
Exemple #10
0
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Access rules are immutable, updating is not'
           ' supported.'))
Exemple #11
0
 def put(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Put not supported for access_tokens')
Exemple #12
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Find not supported for access_tokens')
Exemple #13
0
 def list(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('List not supported for domain configs'))
Exemple #14
0
 def update(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Update not supported for rule inferences'))
Exemple #15
0
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Update not supported for trusts'))
Exemple #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.'))