public class SamlAssertionMatcher extends SamlResponseElementMatcher
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSERTION |
static String |
ISSUE_INSTANT |
| Constructor and Description |
|---|
SamlAssertionMatcher(Instant whenRequestWasSent,
String expectedNameIdFormat,
String expectedNameIdValue,
String expectedSamlConsumerUrl,
String expectedRequestId,
String expectedAudience,
String expectedIssuer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertExtracted(Node element) |
protected Node |
extractFromParent(Node parent) |
protected List<SamlResponseElementMatcher> |
getChildrenMatchers() |
assertElementPresent, describeTo, extractElementByNameInAnyNamespace, matchesSafelydescribeMismatch, describeMismatchSafely, matchespublic static final String ASSERTION
public static final String ISSUE_INSTANT
protected Node extractFromParent(Node parent) throws Exception
extractFromParent in class SamlResponseElementMatcherExceptionprotected void assertExtracted(Node element) throws Exception
assertExtracted in class SamlResponseElementMatcherExceptionprotected List<SamlResponseElementMatcher> getChildrenMatchers()
getChildrenMatchers in class SamlResponseElementMatcherCopyright © 2023 Atlassian. All rights reserved.