Home | History | Annotate | Download | only in test

Lines Matching refs:auth_object_name

681         auth_object_name = '_auth_%s' % args[0].lower().replace('-', '_')
683 self.auth_object = getattr(self, auth_object_name)
686 ' authentication mechanism {!r}'.format(auth_object_name))