Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.ConditionsType
-
Packages that use ConditionsType Package Description 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 Modifier and Type Class Description classConditionsThe validity of anAssertionMAY be subject to a set ofConditions.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return ConditionsType Modifier and Type Method Description static ConditionsTypeConditions. fromElement(Element element)Constructs aConditionselement from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type ConditionsType Constructor Description 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 Modifier and Type Field Description protected ConditionsTypeAssertionType. conditionsMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return ConditionsType Modifier and Type Method Description ConditionsTypeObjectFactory. createConditionsType()Create an instance ofConditionsTypeConditionsTypeAssertionType. 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 Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionsType>ObjectFactory. createConditions(ConditionsType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type ConditionsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionsType>ObjectFactory. createConditions(ConditionsType value)voidAssertionType. setConditions(ConditionsType value)Sets the value of the conditions property.
-