Uses of Interface
com.sun.xml.wss.saml.NameIdentifier
-
Packages that use NameIdentifier 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 NameIdentifier in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return NameIdentifier Modifier and Type Method Description abstract NameIdentifierSAMLAssertionFactory. createNameIdentifier(String name, String nameQualifier, String format)Constructs aNameQualifierinstance.NameIdentifierSubject. getNameIdentifier()Methods in com.sun.xml.wss.saml with parameters of type NameIdentifier Modifier and Type Method Description abstract SubjectSAMLAssertionFactory. createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)Constructs a Subject object from aNameIdentifierobject and aSubjectConfirmationobject. -
Uses of NameIdentifier in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement NameIdentifier Modifier and Type Class Description classNameIdentifierThe NameIdentifier element specifies aSubjectby a combination of a name and a security domain governing the name of theSubject. -
Uses of NameIdentifier in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return NameIdentifier Modifier and Type Method Description NameIdentifierSubject. getNameIdentifier() -
Uses of NameIdentifier in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return NameIdentifier Modifier and Type Method Description NameIdentifierSAMLAssertion2_1FactoryImpl. createNameIdentifier(String name, String nameQualifier, String format)NameIdentifierSAMLAssertion2_2FactoryImpl. createNameIdentifier(String name, String nameQualifier, String format)Methods in com.sun.xml.wss.saml.impl with parameters of type NameIdentifier Modifier and Type Method Description SubjectSAMLAssertion2_1FactoryImpl. createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)SubjectSAMLAssertion2_2FactoryImpl. createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
-