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>
Modifier and Type | Field and Description |
---|---|
protected List<ConditionAbstractType> |
conditions |
notBefore, notOnOrAfter
Constructor and Description |
---|
ConditionsType() |
Modifier and Type | Method and Description |
---|---|
void |
addCondition(ConditionAbstractType condition)
Add a condition
|
List<ConditionAbstractType> |
getConditions()
Gets an read only conditions list.
|
void |
removeCondition(ConditionAbstractType condition)
Remove a condition
|
getNotBefore, getNotOnOrAfter, setNotBefore, setNotOnOrAfter
protected List<ConditionAbstractType> conditions
public void addCondition(ConditionAbstractType condition)
condition
- public void removeCondition(ConditionAbstractType condition)
condition
- public List<ConditionAbstractType> getConditions()
Copyright © 2018 JBoss by Red Hat. All rights reserved.