Results 1 to 2 of 2

Thread: QAuthenticator - how to allow third-party authentication mechanisms?

  1. #1
    Join Date
    Jan 2014
    Posts
    76
    Thanks
    17
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default QAuthenticator - how to allow third-party authentication mechanisms?

    Hi,

    I want to extend QAuthenticator to allow third-party authentication mechanisms but I think that structure of QAuthenticator class do not allow for that.
    Is there any method to extend existing QAuthenticator authentication mechanisms?

    Regards,

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QAuthenticator - how to allow third-party authentication mechanisms?

    Doesn't appear that any of the methods are virtual, so it would be difficult to derive from it. You can, of course, always go into the source code, change those methods and rebuild the network library. Then you could derive from it and wrap your third-party authenticator.

Similar Threads

  1. Basic Authentication
    By lyhoanghai in forum Qt Programming
    Replies: 2
    Last Post: 16th May 2011, 11:00
  2. HTTPS Client Authentication (Mutual Authentication)
    By cbourne in forum Qt Programming
    Replies: 3
    Last Post: 5th December 2010, 11:51
  3. QAuthenticator - how do I change uri
    By SailingDreams in forum Qt Programming
    Replies: 0
    Last Post: 21st May 2009, 19:48
  4. mutual authentication
    By abeinoe in forum Qt Programming
    Replies: 2
    Last Post: 6th April 2009, 06:22
  5. 2 questions: QAuthenticator and stack / heap
    By Tito Serenti in forum Qt Programming
    Replies: 3
    Last Post: 3rd March 2009, 06:56

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.