org.picketlink.identity.federation.saml.v2.assertion
Class ConditionsType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonConditionsType
org.picketlink.identity.federation.saml.v2.assertion.ConditionsType
- All Implemented Interfaces:
- Serializable
public class ConditionsType
- extends CommonConditionsType
- implements Serializable
Java class for ConditionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<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:2.0:assertion}Condition"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AudienceRestriction"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}OneTimeUse"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}ProxyRestriction"/>
</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>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conditions
protected List<ConditionAbstractType> conditions
ConditionsType
public ConditionsType()
addCondition
public void addCondition(ConditionAbstractType condition)
- Add a condition
- Parameters:
condition
-
removeCondition
public void removeCondition(ConditionAbstractType condition)
- Remove a condition
- Parameters:
condition
-
getConditions
public List<ConditionAbstractType> getConditions()
- Gets an read only conditions list.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.