blob: 0cbd8041083d8e2669f7aa6f47cec6ce5d57ce13 [file]
<?xml version="1.0" encoding="UTF-8"?>
<module name="cloud-auth-ec2" class="com.cloud.bridge.auth.ec2.AuthenticationModule">
<inflow>
<!-- add ec2authentication to the axis2.xml file as first in user phases -->
<handler name="InFlowEc2AuthHandler" class="com.cloud.bridge.auth.ec2.AuthenticationHandler">
<order phase="ec2authentication" />
</handler>
</inflow>
<INfaultflow>
<handler name="FaultInFlowEc2AuthHandler" class="com.cloud.bridge.auth.ec2.AuthenticationHandler">
<order phase="ec2authentication"/>
</handler>
</INfaultflow>
</module>