public class SamlConditionsMatcher extends SamlResponseElementMatcher
| Modifier and Type | Field and Description |
|---|---|
static String |
CONDITIONS |
static String |
NOT_BEFORE |
static String |
NOT_ON_OR_AFTER |
| Constructor and Description |
|---|
SamlConditionsMatcher(Instant whenRequestWasSent,
String expectedAudience) |
| 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 CONDITIONS
public static final String NOT_BEFORE
public static final String NOT_ON_OR_AFTER
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 © 2024 Atlassian. All rights reserved.