next up previous
Next: Authorization Manager configuration file Up: Installation of Axis Authorization Previous: Web service definition

Authorization Handler configuration

Edit the file @WEBAPP.LOCATION@/WEB-INF/server-config.wsdd and insert in the <requestFlow> section of the web service requiring authorization protection the following:
<requestFlow>
    <handler type="java:org.edg.security.authorization.SOAPOverHTTPAuthorizationHandler"/>
</requestFlow>
Generate a configuration file for the Axis Authorization Handler starting from
AxisAuthorizationHandlerConfig.txt.template.
Most of the parameters are optional and their default values are used. These parameters are commented (preceded by a #) in the template. To assign a value to an optional parameter uncomment the corresponding line and add the desired value.



Subsections
next up previous
Next: Authorization Manager configuration file Up: Installation of Axis Authorization Previous: Web service definition
2004-05-05