Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.OneTimeUseType
-
Packages that use OneTimeUseType Package Description 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 Modifier and Type Class Description classOneTimeUseThis is an implementation of the abstractConditionclass, which specifes that the assertion thisOneTimeUseis 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 Modifier and Type Method Description static OneTimeUseTypeOneTimeUse. fromElement(Element element)Constructs aOneTimeUseelement 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 Modifier and Type Method Description OneTimeUseTypeObjectFactory. createOneTimeUseType()Create an instance ofOneTimeUseTypeMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type OneTimeUseType Modifier and Type Method Description javax.xml.bind.JAXBElement<OneTimeUseType>ObjectFactory. createOneTimeUse(OneTimeUseType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type OneTimeUseType Modifier and Type Method Description javax.xml.bind.JAXBElement<OneTimeUseType>ObjectFactory. createOneTimeUse(OneTimeUseType value)
-