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

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

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

Subclasses of AdviceType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class Advice
          The Advice element contains additional information that the issuer wishes to provide.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return AdviceType
static AdviceType Advice.fromElement(Element element)
           
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type AdviceType
Advice(AdviceType adviceType)
           
 

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

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as AdviceType
protected  AdviceType AssertionType.advice
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AdviceType
 AdviceType ObjectFactory.createAdviceType()
          Create an instance of AdviceType
 AdviceType AssertionType.getAdvice()
          Gets the value of the advice property.
 

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

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AdviceType
 JAXBElement<AdviceType> ObjectFactory.createAdvice(AdviceType value)
          Create an instance of JAXBElement<AdviceType>}
 void AssertionType.setAdvice(AdviceType value)
          Sets the value of the advice property.
 



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