blob: cb22ed2bb4a7ed684e16b5487c604f969d6d200c [file]
<?xml version="1.0" encoding="UTF-8"?>
<module name="cloud-auth-s3" class="com.cloud.bridge.auth.s3.AuthenticationModule">
<inflow>
<!-- add s3authentication to the axis2.xml file as first in user phases -->
<handler name="InFlowS3AuthHandler" class="com.cloud.bridge.auth.s3.AuthenticationHandler">
<order phase="s3authentication" />
</handler>
</inflow>
<INfaultflow>
<handler name="FaultInFlowS3AuthHandler" class="com.cloud.bridge.auth.s3.AuthenticationHandler">
<order phase="s3authentication"/>
</handler>
</INfaultflow>
</module>