com.sun.xml.wss.impl.callback
Interface SAMLAssertionValidator

All Known Subinterfaces:
SAMLValidator

Deprecated. use the new extended SAMLValidator interface An implementation of the extended SAMLValidator interface can throw UnsupportedOperationException for methods defined in this base interface.

public interface SAMLAssertionValidator


Nested Class Summary
static class SAMLAssertionValidator.SAMLValidationException
          Deprecated.  
 
Method Summary
 void validate(Element assertion)
          Deprecated. SAML validator.
 void validate(XMLStreamReader assertion)
          Deprecated. SAML validator.
 

Method Detail

validate

void validate(Element assertion)
              throws SAMLAssertionValidator.SAMLValidationException
Deprecated. 
SAML validator.

Parameters:
assertion - the assertion to be validated successful validation.
Throws:
SAMLAssertionValidator.SAMLValidationException - if the SAML Assertion is invalid

validate

void validate(XMLStreamReader assertion)
              throws SAMLAssertionValidator.SAMLValidationException
Deprecated. 
SAML validator.

Parameters:
assertion - the assertion to be validated successful validation.
Throws:
SAMLAssertionValidator.SAMLValidationException - if the SAML Assertion is invalid


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