Uses of Class
com.sun.xml.wss.impl.callback.SAMLAssertionValidator.SAMLValidationException

Packages that use SAMLAssertionValidator.SAMLValidationException
com.sun.xml.wss.impl.callback   
 

Uses of SAMLAssertionValidator.SAMLValidationException in com.sun.xml.wss.impl.callback
 

Methods in com.sun.xml.wss.impl.callback that throw SAMLAssertionValidator.SAMLValidationException
 void SAMLAssertionValidator.validate(org.w3c.dom.Element assertion)
          Deprecated. SAML validator.
 void SAMLValidator.validate(org.w3c.dom.Element assertion, java.util.Map runtimeProps, javax.security.auth.Subject clientSubject)
          Note: The runtime already validates the Enveloped Signature for a HOK assertion before calling this validate() method
 void SAMLAssertionValidator.validate(javax.xml.stream.XMLStreamReader assertion)
          Deprecated. SAML validator.
 void SAMLValidator.validate(javax.xml.stream.XMLStreamReader assertion, java.util.Map runtimeProps, javax.security.auth.Subject clientSubject)
          Note: The runtime already validates the Enveloped Signature for a HOK assertion before calling this validate() method
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.