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 expectedUsername,
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, matchesSafely
describeMismatch, describeMismatchSafely, matches
public static final String ASSERTION
public static final String ISSUE_INSTANT
protected Node extractFromParent(Node parent) throws Exception
extractFromParent
in class SamlResponseElementMatcher
Exception
protected void assertExtracted(Node element) throws Exception
assertExtracted
in class SamlResponseElementMatcher
Exception
protected List<SamlResponseElementMatcher> getChildrenMatchers()
getChildrenMatchers
in class SamlResponseElementMatcher
Copyright © 2021 Atlassian. All rights reserved.