| java.lang.Object com.sun.xml.wss.saml.internal.saml20.jaxb20.ConditionsType com.sun.xml.wss.saml.assertion.saml20.jaxb20.Conditions
Field Summary | |
final protected static Logger | log |
Constructor Summary | |
public | Conditions() | public | Conditions(GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, List condition, List ar, List oneTimeUse, List proxyRestriction) Constructs an instance of Conditions .
Parameters: notBefore - specifies the earliest time instant at which theassertion is valid. Parameters: notOnOrAfter - specifies the time instant at which the assertionhas expired. Parameters: condition - Parameters: ar - the AudienceRestrictionCondition to beadded. |
Conditions | public Conditions()(Code) | | Constructor taking in nothing (SAML spec allows it)
|
Conditions | public Conditions(GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, List condition, List ar, List oneTimeUse, List proxyRestriction)(Code) | | Constructs an instance of Conditions .
Parameters: notBefore - specifies the earliest time instant at which theassertion is valid. Parameters: notOnOrAfter - specifies the time instant at which the assertionhas expired. Parameters: condition - Parameters: ar - the AudienceRestrictionCondition to beadded. Can be null, if no audience restriction. Parameters: doNotCacheCnd - exception: SAMLException - if there is a problem in input data and itcannot be processed correctly. |
fromElement | public static ConditionsType fromElement(org.w3c.dom.Element element) throws SAMLException(Code) | | Constructs a Conditions element from an existing XML block.
Parameters: conditionsElement - A org.w3c.dom.Element representingDOM tree for Conditions object exception: SAMLException - if it could not process the Element properly,implying that there is an error in the sender or in theelement definition. |
|
|