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

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

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

Subclasses of OneTimeUseType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class OneTimeUse
          This is an implementation of the abstract Condition class, which specifes that the assertion this OneTimeUse 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.saml20.jaxb20 that return OneTimeUseType
static OneTimeUseType OneTimeUse.fromElement(Element element)
          Constructs a OneTimeUse element from an existing XML block.
 

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

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return OneTimeUseType
 OneTimeUseType ObjectFactory.createOneTimeUseType()
          Create an instance of OneTimeUseType
 

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

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



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