Uses of Class
com.sun.xml.wss.saml.assertion.saml20.jaxb20.NameID
-
Packages that use NameID Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 -
-
Uses of NameID in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return NameID Modifier and Type Method Description NameIDSubject. getNameId()NameIDSubjectConfirmation. getNameId()Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type NameID Constructor Description Assertion(String assertionID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)This constructor is used to populate the data members: theassertionID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertionand a set ofStatement(s) in the assertion.Assertion(String assertionID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)This constructor is used to populate the data members: theassertionID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,a set ofStatement(s) and a JAXBContext for the assertion.Subject(NameID nameId, SubjectConfirmation subjectConfirmation)Constructs a Subject object from aNameIDobject and aSubjectConfirmationobject.SubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethod)SubjectConfirmation(NameID nameID, SubjectConfirmationData subjectConfirmationData, String confirmationMethod)Constructs anSubjectConfirmationinstance.SubjectConfirmation(NameID nameID, String method)From scratch constructor for a single confirmation method.
-