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})
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
final
verifier AuthSamlAssertionVerifier
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited