Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.DoNotCacheConditionType

Packages that use DoNotCacheConditionType
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

Uses of DoNotCacheConditionType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Subclasses of DoNotCacheConditionType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class DoNotCacheCondition
          This is an implementation of the abstract Condition class, which specifes that the assertion this DoNotCacheCondition is part of, is the new element in SAML 1.1, that allows an assertion party to express that an assertion should not be cached by the relying party for future use.
 

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

Uses of DoNotCacheConditionType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return DoNotCacheConditionType
 DoNotCacheConditionType ObjectFactory.createDoNotCacheConditionType()
          Create an instance of DoNotCacheConditionType
 

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

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type DoNotCacheConditionType
 JAXBElement<DoNotCacheConditionType> ObjectFactory.createDoNotCacheCondition(DoNotCacheConditionType value)
          Create an instance of JAXBElement<DoNotCacheConditionType>}
 



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