You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2008/04/03 13:13:45 UTC

svn commit: r644263 - /webservices/rampart/trunk/java/modules/rampart-trust-mar/module.xml

Author: nandana
Date: Thu Apr  3 04:13:45 2008
New Revision: 644263

URL: http://svn.apache.org/viewvc?rev=644263&view=rev
Log:
Added default renewer

Modified:
    webservices/rampart/trunk/java/modules/rampart-trust-mar/module.xml

Modified: webservices/rampart/trunk/java/modules/rampart-trust-mar/module.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-trust-mar/module.xml?rev=644263&r1=644262&r2=644263&view=diff
==============================================================================
--- webservices/rampart/trunk/java/modules/rampart-trust-mar/module.xml (original)
+++ webservices/rampart/trunk/java/modules/rampart-trust-mar/module.xml Thu Apr  3 04:13:45 2008
@@ -26,12 +26,23 @@
 				<issuer class="org.apache.rahas.impl.SAMLTokenIssuer">
 					<configuration type="parameter">saml-issuer-config</configuration>
 					<tokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</tokenType>
-				</issuer>
+				</issuer>
+				
+				<validator class="org.apache.rahas.impl.SAMLTokenValidator" default="true">
+                    <configuration type="parameter">saml-issuer-config</configuration>
+                    <tokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</tokenType>
+                </validator>
 
                 <!-- Only a single canceler is allowed -->
                 <canceler class="org.apache.rahas.impl.TokenCancelerImpl">
 					<configuration type="parameter">token-canceler-config</configuration>
-				</canceler>
+				</canceler>
+				
+				<!-- Renewers. You may have many renewers -->
+                <renewer class="org.apache.rahas.impl.SAMLTokenRenewer" default="true">
+                     <configuration type="parameter">saml-issuer-config</configuration>
+                     <tokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</tokenType>
+                </renewer>
 
             </token-dispatcher-configuration>
 		</parameter>