Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AdviceType
-
Packages that use AdviceType Package Description 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 Modifier and Type Class Description classAdviceTheAdviceelement contains additional information that the issuer wishes to provide.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return AdviceType Modifier and Type Method Description static AdviceTypeAdvice. fromElement(Element element)Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type AdviceType Constructor Description 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 Modifier and Type Field Description protected AdviceTypeAssertionType. adviceMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AdviceType Modifier and Type Method Description AdviceTypeObjectFactory. createAdviceType()Create an instance ofAdviceTypeAdviceTypeAssertionType. 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 Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AdviceType>ObjectFactory. createAdvice(AdviceType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AdviceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AdviceType>ObjectFactory. createAdvice(AdviceType value)voidAssertionType. setAdvice(AdviceType value)Sets the value of the advice property.
-