Class NameIdentifier
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType
com.sun.xml.wss.saml.assertion.saml11.jaxb20.NameIdentifier
- All Implemented Interfaces:
NameIdentifier
The NameIdentifier element specifies a
Subject by a combination
of a name and a security domain governing the name of the Subject.-
Field Summary
FieldsFields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType
format, nameQualifier, value -
Constructor Summary
ConstructorsConstructorDescriptionNameIdentifier(NameIdentifierType nameIdType) NameIdentifier(String name, String nameQualifier, String format) Constructs aNameQualifierinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic NameIdentifierTypefromElement(Element element) Constructs aNameIdentiferelement from an existing XML block.Gets the value of the format property.Gets the value of the nameQualifier property.getValue()Gets the value of the value property.Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType
setFormat, setNameQualifier, setValue
-
Field Details
-
log
-
-
Constructor Details
-
NameIdentifier
Constructs aNameQualifierinstance.- Parameters:
name- The string representing the name of the SubjectnameQualifier- The security or administrative domain that qualifies the name of theSubject. This is optional could be null or "".format- The syntax used to describe the name of theSubject. This optional, could be null or "".
-
NameIdentifier
-
-
Method Details
-
fromElement
Constructs aNameIdentiferelement from an existing XML block.- Parameters:
element- Aorg.w3c.dom.Elementrepresenting DOM tree forNameIdentifierobject- Throws:
SAMLException- if it could not process theorg.w3c.dom.Elementproperly, implying that there is an error in the sender or in the element definition.
-
getValue
Description copied from class:NameIdentifierTypeGets the value of the value property.- Specified by:
getValuein interfaceNameIdentifier- Overrides:
getValuein classNameIdentifierType- Returns:
- possible object is
String
-
getFormat
Description copied from class:NameIdentifierTypeGets the value of the format property.- Specified by:
getFormatin interfaceNameIdentifier- Overrides:
getFormatin classNameIdentifierType- Returns:
- possible object is
String
-
getNameQualifier
Description copied from class:NameIdentifierTypeGets the value of the nameQualifier property.- Specified by:
getNameQualifierin interfaceNameIdentifier- Overrides:
getNameQualifierin classNameIdentifierType- Returns:
- possible object is
String
-