Package com.sun.xml.wss.impl.callback
Interface SAMLAssertionValidator
-
- All Known Subinterfaces:
SAMLValidator
public interface SAMLAssertionValidatorDeprecated.use the new extended SAMLValidator interface An implementation of the extended SAMLValidator interface can throw UnsupportedOperationException for methods defined in this base interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSAMLAssertionValidator.SAMLValidationExceptionDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidvalidate(XMLStreamReader assertion)Deprecated.SAML validator.voidvalidate(Element 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
-
-