Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.ConditionsType
Packages that use ConditionsType
Package
Description
-
Uses of ConditionsType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of ConditionsType in com.sun.xml.wss.saml.assertion.saml11.jaxb20Modifier and TypeClassDescriptionclassThe validity of anAssertionMAY be subject to a set ofConditions.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return ConditionsTypeModifier and TypeMethodDescriptionstatic ConditionsTypeConditions.fromElement(Element element) Constructs aConditionselement from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type ConditionsType -
Uses of ConditionsType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as ConditionsTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return ConditionsTypeModifier and TypeMethodDescriptionObjectFactory.createConditionsType()Create an instance ofConditionsTypeAssertionType.getConditions()Gets the value of the conditions property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type ConditionsTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ConditionsType>ObjectFactory.createConditions(ConditionsType value) Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type ConditionsTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ConditionsType>ObjectFactory.createConditions(ConditionsType value) voidAssertionType.setConditions(ConditionsType value) Sets the value of the conditions property.