AuthSamlVerifierConformanceSuite class final
Framework-neutral conformance runner for application XMLDSig verifiers.
Applications must build vectors with signatures produced by their real IdP or a standards-compliant signing implementation. Synthetic proof-only test doubles do not establish production SAML interoperability.
Constructors
- AuthSamlVerifierConformanceSuite({required AuthSamlAssertionVerifier verifier, required AuthSamlVerifierConformanceVector vector})
-
Creates a suite for
verifierand its signed testvector.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vector → AuthSamlVerifierConformanceVector
-
Valid and hostile documents used by run.
final
- verifier → AuthSamlAssertionVerifier
-
SAML assertion verifier under test.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → Future< void> - Verifies the valid binding and rejection of every hostile document.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited