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(Element assertion)
          Deprecated. SAML validator.
 void SAMLValidator.validate(Element assertion, Map runtimeProps, Subject clientSubject)
          Note: The runtime already validates the Enveloped Signature for a HOK assertion before calling this validate() method
 void SAMLAssertionValidator.validate(XMLStreamReader assertion)
          Deprecated. SAML validator.
 void SAMLValidator.validate(XMLStreamReader assertion, Map runtimeProps, Subject clientSubject)
          Note: The runtime already validates the Enveloped Signature for a HOK assertion before calling this validate() method
 



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