Hi, You can add a property in your deployment descriptor. As described in http://www.globus.org/toolkit/docs/4.0/security/authzframe/security_descript or.html#s-authzframe-secdesc-configAuthz, depending on whether this is container or service security, the configuration is picked up from service deployment descriptor or from global security descriptor. For example, if this is service security and your service security descriptor has: <authz value="someScope:org.globus.wsrf.impl.security.authorization.LocalConfigPDP" /> then in your service deployment descriptor, that is the one where you define your service and WSDL (*.wsdd file), add this property: <service name="MyDummyService" provider="Handler" style="document"> ...
<parameter name="someScope:authzConfigFile" value="path to the file"/> ... </service> http://www.globus.org/toolkit/docs/4.0/security/authzframe/security_descript or.html#id2538047 has information on the format of the contents of that file. Rachana _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BRACHET Maxime Sent: Monday, June 02, 2008 6:26 AM To: [email protected] Subject: [gt-user] Security Descriptors Hi, I wanted to use security descriptor to restraint the access of one service. To be simple I wanted to use "someScope:org.globus.wsrf.impl.security.authorization.LocalConfigPDP" But I cant find any information about The property authzConfigFile and where to put the SecirityConfig part, in which file ? Is there any complete example of how to use Security descriptors ? Regards, Maxime.
