Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.ConditionsType

Packages that use ConditionsType
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of ConditionsType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Subclasses of ConditionsType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class Conditions
          The validity of an Assertion MAY be subject to a set of Conditions.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return ConditionsType
static ConditionsType Conditions.fromElement(Element element)
          Constructs a Conditions element from an existing XML block.
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type ConditionsType
Conditions(ConditionsType cType)
           
 

Uses of ConditionsType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as ConditionsType
protected  ConditionsType AssertionType.conditions
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return ConditionsType
 ConditionsType ObjectFactory.createConditionsType()
          Create an instance of ConditionsType
 ConditionsType AssertionType.getConditions()
          Gets the value of the conditions property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type ConditionsType
 JAXBElement<ConditionsType> ObjectFactory.createConditions(ConditionsType value)
          Create an instance of JAXBElement<ConditionsType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type ConditionsType
 JAXBElement<ConditionsType> ObjectFactory.createConditions(ConditionsType value)
          Create an instance of JAXBElement<ConditionsType>}
 void AssertionType.setConditions(ConditionsType value)
          Sets the value of the conditions property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.