public class SamlRootMatcher extends SamlResponseElementMatcher
Modifier and Type | Field and Description |
---|---|
static String |
DESTINATION |
static String |
IN_RESPONSE_TO |
static String |
ISSUE_INSTANT |
static String |
RESPONSE |
Constructor and Description |
---|
SamlRootMatcher(String expectedSamlConsumerUrl,
String expectedRequestId,
Instant whenRequestWasSent,
String expectedUsername,
String expectedAudience,
String expectedIssuer) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertExtracted(Node samlResponseElement) |
protected Node |
extractFromParent(Node parent) |
protected List<SamlResponseElementMatcher> |
getChildrenMatchers() |
assertElementPresent, describeTo, extractElementByNameInAnyNamespace, matchesSafely
describeMismatch, describeMismatchSafely, matches
public static final String RESPONSE
public static final String DESTINATION
public static final String IN_RESPONSE_TO
public static final String ISSUE_INSTANT
protected Node extractFromParent(Node parent) throws Exception
extractFromParent
in class SamlResponseElementMatcher
Exception
protected void assertExtracted(Node samlResponseElement)
assertExtracted
in class SamlResponseElementMatcher
protected List<SamlResponseElementMatcher> getChildrenMatchers()
getChildrenMatchers
in class SamlResponseElementMatcher
Copyright © 2021 Atlassian. All rights reserved.