3DSiteHi Milo

The auth plugin allow to access the authentication data from various sources, 
but you will need to extend it to add the needed connector functions.

class YourClassNameSecurityContainer extends SecurityContainer { 
...
}

and set securityContainer = 'YourClassName' in auth.ini
the class name is linked to the name set in the auth.ini, 
YourClassName+SecurityContainer is then used to target the correct class

regards
Oliver
  ----- Original Message ----- 
  From: Milo van der Linden 
  To: cartoweb-users@lists.maptools.org 
  Sent: Wednesday, August 29, 2007 10:09 AM
  Subject: [Cartoweb-users] My own authentication /: can I copy Auth plugin?


  Hello list!

  I have set up a sophisticated webservice for my cartoweb3 that uses SOAP 
headers to authenticate a user and send request to a non-geographic Database to 
get all types of properties and information.

  My question is if I can reuse the auth plugin or if I have to write a 
completely new plugin to do this authentication and get information from the 
webservice server?

  -- 


       Milo van der Linden 
        skype: milovanderlinden
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]
        http://www.3dsite.nl

         De informatie in dit bericht reflecteert mijn persoonlijke mening en 
niet die van een bedrijf of instantie. Aan de informatie kunnen geen rechten 
worden ontleend. Indien dit bericht onderdeel is van een forum, mailing-list of 
community dan gelden automatisch de bij het betreffende medium behorende 
voorwaarden. The information in this message reflects my personal opinion and 
not that of a company or public body. All rights reserved.If this message is 
contained in a mailing-list or community, the rights on the medium are 
automatically adapted.
       



------------------------------------------------------------------------------


  _______________________________________________
  Cartoweb-users mailing list
  Cartoweb-users@lists.maptools.org
  http://lists.maptools.org/mailman/listinfo/cartoweb-users
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to