Author: ruchithf
Date: Wed Jun 14 09:54:00 2006
New Revision: 414318

URL: http://svn.apache.org/viewvc?rev=414318&view=rev
Log:
oops missed this one

Added:
    webservices/axis2/trunk/java/modules/rahas/src/META-INF/
    webservices/axis2/trunk/java/modules/rahas/src/META-INF/module.xml

Added: webservices/axis2/trunk/java/modules/rahas/src/META-INF/module.xml
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/rahas/src/META-INF/module.xml?rev=414318&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/rahas/src/META-INF/module.xml (added)
+++ webservices/axis2/trunk/java/modules/rahas/src/META-INF/module.xml Wed Jun 
14 09:54:00 2006
@@ -0,0 +1,28 @@
+<module name="rahas">
+    <Description>This module is used to STS enable a service where it adds the 
RequestSecurityToken operation to a service that the module is engaged 
to</Description>
+
+    <supported-policy-namespaces 
namespaces="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"/>
+    
+    <operation name="RequestSecurityToken" 
mep="http://www.w3.org/2004/08/wsdl/in-out";>
+        <messageReceiver class="org.apache.rahas.STSMessageReceiver"/>
+
+               <!-- Action mapping to accept SCT requests -->        
+               
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT</actionMapping>
+
+               
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue</actionMapping>
+               
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew</actionMapping>
+               
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Cancel</actionMapping>
+               
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate</actionMapping>
+
+               <parameter name="token-dispatcher-configuration">
+                       <token-dispatcher-configuration>
+                               <issuer class="org.apache.rahas.impl.SCTIssuer" 
default="true">
+                                       
<configuration-param>sct-issuer-config</configuration-param>
+                                       
<tokenType>http://schemas.xmlsoap.org/ws/2005/02/sc/sct</tokenType>
+                               </issuer>
+                       </token-dispatcher-configuration>
+               </parameter>
+
+     </operation>
+     
+</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to