public class IssuerImpl extends NameIDTypeImpl implements Issuer
Issuer
provides information about the issuer of
a SAML assertion or protocol message.Modifier and Type | Field and Description |
---|---|
static String |
ISSUER_ELEMENT |
FORMAT_ATTR, NAME_ID_TYPE_ELEMENT, NAME_QUALIFIER_ATTR, SP_NAME_QUALIFIER_ATTR, SP_PROVIDED_ID_ATTR
Constructor and Description |
---|
IssuerImpl()
Default constructor
|
IssuerImpl(Element element)
This constructor is used to build
Issuer object from a
block of existing XML that has already been built into a DOM. |
IssuerImpl(String xml)
This constructor is used to build
Issuer object from a
XML string. |
Modifier and Type | Method and Description |
---|---|
String |
toXMLString()
Returns a String representation
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
getFormat, getNameQualifier, getSPNameQualifier, getSPProvidedID, getValue, getValueAndAttributes, isMutable, makeImmutable, setFormat, setNameQualifier, setSPNameQualifier, setSPProvidedID, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormat, getNameQualifier, getSPNameQualifier, getSPProvidedID, getValue, isMutable, makeImmutable, setFormat, setNameQualifier, setSPNameQualifier, setSPProvidedID, setValue
public static final String ISSUER_ELEMENT
public IssuerImpl()
public IssuerImpl(String xml) throws SAML2Exception
Issuer
object from a
XML string.xml
- A java.lang.String
representing
a Issuer
objectSAML2Exception
- if it could not process the XML stringpublic IssuerImpl(Element element) throws SAML2Exception
Issuer
object from a
block of existing XML that has already been built into a DOM.element
- A org.w3c.dom.Element
representing
DOM tree for Issuer
objectSAML2Exception
- if it could not process the Elementpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface NameIDType
toXMLString
in class NameIDTypeImpl
includeNSPrefix
- Determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is
declared within the Element.SAML2Exception
- if something is wrong during conversionpublic String toXMLString() throws SAML2Exception
toXMLString
in interface NameIDType
toXMLString
in class NameIDTypeImpl
SAML2Exception
- if something is wrong during conversionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.