Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.NameIDType
-
Packages that use NameIDType Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of NameIDType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of NameIDType in com.sun.xml.wss.saml.assertion.saml20.jaxb20 Modifier and Type Class Description classNameIDThe 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 NameIDType Modifier and Type Method Description static 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 Constructor Description NameID(NameIDType 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 NameIDType Modifier and Type Field Description protected NameIDTypeAssertionType. issuerprotected NameIDTypeSubjectConfirmationType. nameIDMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return NameIDType Modifier and Type Method Description NameIDTypeObjectFactory. createNameIDType()Create an instance ofNameIDTypeNameIDTypeAssertionType. getIssuer()Gets the value of the issuer property.NameIDTypeSubjectConfirmationType. 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 NameIDType Modifier and Type Method Description jakarta.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 NameIDType Modifier and Type Method Description jakarta.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.
-