[Cartoweb-users] My own authentication /: can I copy Auth plugin?
Oliver Christen
oliver.christen at camptocamp.com
Wed Aug 29 04:35:54 EDT 2007
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 at 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
mlinden at zeelandnet.nl
milovanderlinden at gmail.com
milo at 3dsite.nl
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 at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/cartoweb-users/attachments/20070829/874359a2/attachment.html
More information about the Cartoweb-users
mailing list