Author: coheigea
Date: Fri Jun 19 11:01:25 2015
New Revision: 1686383

URL: http://svn.apache.org/r1686383
Log:
Adding in a method to access the SAMLObject

Modified:
    
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/saml/SamlAssertionWrapper.java

Modified: 
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/saml/SamlAssertionWrapper.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/saml/SamlAssertionWrapper.java?rev=1686383&r1=1686382&r2=1686383&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/saml/SamlAssertionWrapper.java
 (original)
+++ 
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/saml/SamlAssertionWrapper.java
 Fri Jun 19 11:01:25 2015
@@ -768,6 +768,10 @@ public class SamlAssertionWrapper {
         return null;
     }
     
+    public SAMLObject getSamlObject() {
+        return samlObject;
+    }
+    
     /**
      * Check the Conditions of the Assertion.
      */


Reply via email to