Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.NameIDType
Packages that use NameIDType
Package
Description
-
Uses of NameIDType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of NameIDType in com.sun.xml.wss.saml.assertion.saml20.jaxb20Modifier and TypeClassDescriptionclassThe NameID element specifies aSubjectby a combination of a name and a security domain governing the name of theSubject.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return NameIDTypeModifier and TypeMethodDescriptionstatic NameIDTypeNameID.fromElement(Element element) Constructs aNameIdentiferelement from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type NameIDType -
Uses of NameIDType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as NameIDTypeModifier and TypeFieldDescriptionprotected NameIDTypeAssertionType.issuerprotected NameIDTypeSubjectConfirmationType.nameIDMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return NameIDTypeModifier and TypeMethodDescriptionObjectFactory.createNameIDType()Create an instance ofNameIDTypeAssertionType.getIssuer()Gets the value of the issuer property.SubjectConfirmationType.getNameID()Gets the value of the nameID property.Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type NameIDTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createIssuer(NameIDType value) jakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createNameID(NameIDType value) Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type NameIDTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createIssuer(NameIDType value) jakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createNameID(NameIDType value) voidAssertionType.setIssuer(NameIDType value) Sets the value of the issuer property.voidSubjectConfirmationType.setNameID(NameIDType value) Sets the value of the nameID property.