Uses of Class
com.sun.xml.wss.saml.assertion.saml11.jaxb10.Advice

Packages that use Advice
com.sun.xml.wss.saml.assertion.saml11.jaxb10   
 

Uses of Advice in com.sun.xml.wss.saml.assertion.saml11.jaxb10
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb10 that return Advice
 Advice Assertion.getAdvice()
           
 

Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb10 with parameters of type Advice
Assertion(String assertionID, String issuer, Calendar issueInstant, Conditions conditions, Advice advice, List statements)
          This constructor is used to populate the data members: the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion , Advice applicable to this Assertion and a set of Statement(s) in the assertion.
Assertion(String assertionID, String issuer, Calendar issueInstant, Conditions conditions, Advice advice, List statements, JAXBContext jcc)
          This constructor is used to populate the data members: the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion , Advice applicable to this Assertion , a set of Statement(s) and a JAXBContext for the assertion.
 



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