Hi,

I have created a class implementing the PDP interface, compiled,
jared and put it to $GLOBUS_LOCATION/lib.
My (Instance-)Service's deploy-server.wsdd references a
security-config.xml, 

        <parameter name="securityDescriptor" 
                 
value="etc/my_package_name/security-config-instanceservice.xml"/>

which is found by the container and in turn contains the following:

<securityConfig xmlns="http://www.globus.org";>
        <authz value="voi:my.package.name.authz.MyCustomPDP"/>
</securityConfig>

I have some loggin in the MyCustomPDP, so I can see initialize() being
called at container startup. But isPermitted() is never called.

Have I missed adding it somewhere else?

Thanks in advance

Andreas V. Meier

Attachment: signature.asc
Description: Digital signature

Reply via email to