Package com.sun.xml.wss.impl.callback
Interface SAMLAssertionValidator
- All Known Subinterfaces:
SAMLValidator
public interface SAMLAssertionValidator
Deprecated.
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 ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(XMLStreamReader assertion) Deprecated.SAML validator.voidDeprecated.SAML validator.
-
Method Details
-
validate
Deprecated.SAML validator.- Parameters:
assertion- the assertion to be validated successful validation.
-
validate
Deprecated.SAML validator.- Parameters:
assertion- the assertion to be validated successful validation.
-