Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType
-
Packages that use NameIdentifierType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of NameIdentifierType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of NameIdentifierType in com.sun.xml.wss.saml.assertion.saml11.jaxb20 Modifier and Type Class Description classNameIdentifierThe NameIdentifier 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.saml11.jaxb20 that return NameIdentifierType Modifier and Type Method Description static NameIdentifierTypeNameIdentifier. fromElement(Element element)Constructs aNameIdentiferelement from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type NameIdentifierType Constructor Description NameIdentifier(NameIdentifierType nameIdType) -
Uses of NameIdentifierType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return NameIdentifierType Modifier and Type Method Description NameIdentifierTypeObjectFactory. createNameIdentifierType()Create an instance ofNameIdentifierTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type NameIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<NameIdentifierType>ObjectFactory. createNameIdentifier(NameIdentifierType value)Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type NameIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<NameIdentifierType>ObjectFactory. createNameIdentifier(NameIdentifierType value)
-