|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Conditions
The validity of an 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Date getNotBeforeDate()
DateDate getNotOnOrAfterDate()
DateList<Object> getConditions()
DoNotCacheCondition
AudienceRestrictionCondition
Condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||