Uses of Interface
se.litsec.opensaml.common.validation.ObjectValidator
-
Packages that use ObjectValidator Package Description se.litsec.opensaml.common.validation Interfaces and classes for validation of XML and SAML objects.se.litsec.opensaml.saml2.common.assertion Interfaces and classes for working with SAML Assertions.se.litsec.opensaml.saml2.common.response Interfaces and classes for working with SAML responses. -
-
Uses of ObjectValidator in se.litsec.opensaml.common.validation
Classes in se.litsec.opensaml.common.validation that implement ObjectValidator Modifier and Type Class Description classAbstractObjectValidator<T extends XMLObject>Abstract base class forObjectValidator.classAbstractSignableObjectValidator<T extends SignableXMLObject>Abstract object validator that supports validating signatures. -
Uses of ObjectValidator in se.litsec.opensaml.saml2.common.assertion
Classes in se.litsec.opensaml.saml2.common.assertion that implement ObjectValidator Modifier and Type Class Description classAssertionValidatorA validator forAssertionobjects. -
Uses of ObjectValidator in se.litsec.opensaml.saml2.common.response
Classes in se.litsec.opensaml.saml2.common.response that implement ObjectValidator Modifier and Type Class Description classResponseValidatorResponse validator that ensures that aResponseelement is valid according to the 2.0 SAML Core specification and makes checks based on the supplied validation context parameters described below.
-