public interface Conditions
Assertion MAY be subject to a set of
Conditions. Each Condition evaluates to a value that
is Valid, Invalid or Indeterminate.
The following schema fragment specifies the expected content contained within SAML Conditions element.
<complexType name="ConditionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AudienceRestrictionCondition"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}DoNotCacheCondition"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Condition"/>
</choice>
<attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getConditions()
Gets the value of the audienceRestrictionConditionOrDoNotCacheConditionOrCondition property.
|
Date |
getNotBeforeDate()
Gets the value of the notBefore property.
|
Date |
getNotOnOrAfterDate()
Gets the value of the notOnOrAfter property.
|
Date getNotBeforeDate()
DateDate getNotOnOrAfterDate()
DateList<Object> getConditions()
DoNotCacheCondition
AudienceRestrictionCondition
ConditionCopyright © 2005–2018 Oracle Corporation. All rights reserved.