Uses of Interface
com.sun.xml.wss.saml.NameID
-
Packages that use NameID Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of NameID in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return NameID Modifier and Type Method Description abstract NameIDSAMLAssertionFactory. createNameID(String name, String nameQualifier, String format)Constructs aNameIDinstance.NameIDSubject. getNameId()NameIDSubjectConfirmation. getNameId()Gets the value of the nameID property for SAML 2.0Methods in com.sun.xml.wss.saml with parameters of type NameID Modifier and Type Method Description abstract AssertionSAMLAssertionFactory. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)Creates and return an Assertion from the data members: theID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,Subjectand a set ofStatement(s) in the assertion.abstract AssertionSAMLAssertionFactory. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)Creates and return an Assertion from the data members: theID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,Subject, a set ofStatement(s) ,and a jaxbcontext for the assertion.abstract SubjectSAMLAssertionFactory. createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)Constructs a Subject object from aNameIDobject and aSubjectConfirmationobject.abstract SubjectConfirmationSAMLAssertionFactory. createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethods)Constructs aSubjectConfirmationinstance.abstract SubjectConfirmationSAMLAssertionFactory. createSubjectConfirmation(NameID nameID, SubjectConfirmationData subjectConfirmationData, String confirmationMethods)Constructs aSubjectConfirmationinstance.abstract SubjectConfirmationSAMLAssertionFactory. createSubjectConfirmation(NameID nameID, String method)Creates and returns aSubjectConfirmationobject. -
Uses of NameID in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return NameID Modifier and Type Method Description NameIDSubject. getNameId()NameIDSubjectConfirmation. getNameId() -
Uses of NameID in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement NameID Modifier and Type Class Description classNameIDThe NameID element specifies aSubjectby a combination of a name and a security domain governing the name of theSubject. -
Uses of NameID in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return NameID Modifier and Type Method Description NameIDSAMLAssertion2_1FactoryImpl. createNameID(String name, String nameQualifier, String format)NameIDSAMLAssertion2_2FactoryImpl. createNameID(String name, String nameQualifier, String format)Methods in com.sun.xml.wss.saml.impl with parameters of type NameID Modifier and Type Method Description AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)SubjectSAMLAssertion2_1FactoryImpl. createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)SubjectSAMLAssertion2_2FactoryImpl. createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)SubjectConfirmationSAMLAssertion2_1FactoryImpl. createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData subjectConfirmationData, String confirmationMethod)SubjectConfirmationSAMLAssertion2_1FactoryImpl. createSubjectConfirmation(NameID nameID, SubjectConfirmationData subjectConfirmationData, String confirmationMethod)SubjectConfirmationSAMLAssertion2_1FactoryImpl. createSubjectConfirmation(NameID nameID, String method)SubjectConfirmationSAMLAssertion2_2FactoryImpl. createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethod)SubjectConfirmationSAMLAssertion2_2FactoryImpl. createSubjectConfirmation(NameID nameID, SubjectConfirmationData subjectConfirmationData, String confirmationMethod)SubjectConfirmationSAMLAssertion2_2FactoryImpl. createSubjectConfirmation(NameID nameID, String method)
-