public class SamlSubjectConfirmationDataMatcher extends SamlResponseElementMatcher
Modifier and Type | Field and Description |
---|---|
static String |
IN_RESPONSE_TO |
static String |
NOT_ON_OR_AFTER |
static String |
RECIPIENT |
static String |
SUBJECT_CONFIRMATION_DATA |
Constructor and Description |
---|
SamlSubjectConfirmationDataMatcher(Instant whenRequestWasSent,
String expectedRequestId,
String expectedSamlConsumerUrl) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertExtracted(Node element) |
protected Node |
extractFromParent(Node parent) |
assertElementPresent, describeTo, extractElementByNameInAnyNamespace, getChildrenMatchers, matchesSafely
describeMismatch, describeMismatchSafely, matches
public static final String SUBJECT_CONFIRMATION_DATA
public static final String IN_RESPONSE_TO
public static final String RECIPIENT
public static final String NOT_ON_OR_AFTER
protected Node extractFromParent(Node parent) throws Exception
extractFromParent
in class SamlResponseElementMatcher
Exception
protected void assertExtracted(Node element) throws Exception
assertExtracted
in class SamlResponseElementMatcher
Exception
Copyright © 2021 Atlassian. All rights reserved.