public class NameIdentifier extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierImpl implements NameIdentifier
Subject by a combination
of a name and a security domain governing the name of the Subject.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_Format, _NameQualifier, _Value| Constructor and Description |
|---|
NameIdentifier(com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierType nameIdType) |
NameIdentifier(String name,
String nameQualifier,
String format)
Constructs a
NameQualifier instance. |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl |
fromElement(Element element)
Constructs a
NameIdentifer element from an existing XML
block. |
String |
getFormat()
Gets the value of the format property.
|
String |
getNameQualifier()
Gets the value of the nameQualifier property.
|
String |
getValue()
Gets the value of the value property.
|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIssetFormat, setNameQualifier, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetFormat, setNameQualifier, setValueprotected static final Logger log
public NameIdentifier(String name, String nameQualifier, String format)
NameQualifier instance.name - The string representing the name of the SubjectnameQualifier - The security or administrative domain that qualifies
the name of the Subject. This is optional could be
null or "".format - The syntax used to describe the name of the
Subject. This optional, could be null or "".SAMLException - if the input has an error.public NameIdentifier(com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierType nameIdType)
public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl fromElement(Element element) throws SAMLException
NameIdentifer element from an existing XML
block.element - A org.w3c.dom.Element
representing DOM tree for NameIdentifier objectSAMLException - if it could not process the
org.w3c.dom.Element properly, implying that there
is an error in the sender or in the element definition.public String getValue()
NameIdentifiergetValue in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierTypegetValue in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImplStringpublic String getFormat()
NameIdentifiergetFormat in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierTypegetFormat in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImplStringpublic String getNameQualifier()
NameIdentifiergetNameQualifier in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierTypegetNameQualifier in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImplStringCopyright © 2005–2017 Oracle Corporation. All rights reserved.