Uses of Class
com.sun.xml.wss.saml.assertion.saml20.jaxb20.Subject

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

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

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return Subject
 Subject Assertion.getSubject()
           
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type Subject
Assertion(String assertionID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, 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, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, 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.