コード例 #1
0
 def put(self, **kwargs):
     raise exceptions.MethodNotImplemented('Put not supported for'
                                           ' role assignments')
コード例 #2
0
 def create(self, **kwargs):
     raise exceptions.MethodNotImplemented('Create not supported for'
                                           ' role assignments')
コード例 #3
0
 def get_auth_data(self, session, auth, headers, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('This method should never '
           'be called'))
コード例 #4
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented('Find not supported for'
                                           ' role assignments')
コード例 #5
0
 def get(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Get not supported for role assignments'))
コード例 #6
0
 def delete(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Delete not supported for role assignments'))
コード例 #7
0
ファイル: access_rules.py プロジェクト: avyellapantula/Misc
 def create(self):
     raise exceptions.MethodNotImplemented(
         _('Access rules can only be created as attributes of application '
           'credentials.'))
コード例 #8
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Find not supported for domain configs'))
コード例 #9
0
 def delete(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Delete not supported for access_tokens')
コード例 #10
0
ファイル: access_rules.py プロジェクト: avyellapantula/Misc
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Access rules are immutable, updating is not'
           ' supported.'))
コード例 #11
0
 def put(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Put not supported for access_tokens')
コード例 #12
0
 def find(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         'Find not supported for access_tokens')
コード例 #13
0
 def list(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('List not supported for domain configs'))
コード例 #14
0
 def update(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Update not supported for rule inferences'))
コード例 #15
0
ファイル: trusts.py プロジェクト: opensds/proposals
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Update not supported for trusts'))
コード例 #16
0
 def put(self, **kwargs):
     raise exceptions.MethodNotImplemented(
         _('Put not supported for rule inferences'))
コード例 #17
0
 def update(self):
     raise exceptions.MethodNotImplemented(
         _('Application credentials are immutable, updating is not'
           ' supported.'))