public class NameIDMappingRequestImpl extends RequestAbstractImpl implements NameIDMappingRequest
consent, destinationURI, elementName, extensions, isMutable, isSignatureValid, isSigned, issueInstant, publicKey, requestId, signatureString, signedXMLString, version
Constructor and Description |
---|
NameIDMappingRequestImpl()
Constructor to create
ManageNameIDRequest Object. |
NameIDMappingRequestImpl(Element element)
Constructor to create
ManageNameIDRequest Object. |
NameIDMappingRequestImpl(String xmlString)
Constructor to create
ManageNameIDRequest Object. |
Modifier and Type | Method and Description |
---|---|
BaseID |
getBaseID()
Returns the value of the baseID property.
|
EncryptedID |
getEncryptedID()
Returns the value of the
encryptedID property. |
NameID |
getNameID()
Returns the value of the
nameID property. |
NameIDPolicy |
getNameIDPolicy()
Returns the
NameIDPolicy object. |
protected void |
getXMLString(Set namespaces,
StringBuffer attrs,
StringBuffer childElements,
boolean includeNSPrefix,
boolean declareNS) |
void |
makeImmutable()
Makes this object immutable.
|
protected void |
parseDOMAttributes(Element element)
Parses attributes of the Docuemnt Element for this object.
|
protected void |
parseDOMChileElements(ListIterator iter)
Parses child elements of the Docuemnt Element for this object.
|
void |
setBaseID(BaseID value)
Sets the value of the baseID property.
|
void |
setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
setNameID(NameID value)
Sets the value of the
nameID property. |
void |
setNameIDPolicy(NameIDPolicy nameIDPolicy)
Sets the
NameIDPolicy object. |
protected void |
validateData() |
getAttributesString, getConsent, getDestination, getElements, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, parseDOMElement, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString, validateID, validateIssueInstant, validateVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString
public NameIDMappingRequestImpl()
ManageNameIDRequest
Object.public NameIDMappingRequestImpl(Element element) throws SAML2Exception
ManageNameIDRequest
Object.element
- Document Element of ManageNameIDRequest
object.
SAML2Exception
- if ManageNameIDRequest cannot be
created.
public NameIDMappingRequestImpl(String xmlString) throws SAML2Exception
ManageNameIDRequest
Object.xmlString
- XML Representation of the
ManageNameIDRequest object.
SAML2Exception
- if ManageNameIDRequest cannot be
created.
public EncryptedID getEncryptedID()
encryptedID
property.getEncryptedID
in interface NameIDMappingRequest
encryptedID
property.setEncryptedID(EncryptedID)
public void setEncryptedID(EncryptedID value) throws SAML2Exception
encryptedID
property.setEncryptedID
in interface NameIDMappingRequest
value
- the value of the encryptedID
property.SAML2Exception
- if Object
is immutable.getEncryptedID()
public NameID getNameID()
nameID
property.getNameID
in interface NameIDMappingRequest
nameID
property.setNameID(NameID)
public void setNameID(NameID value) throws SAML2Exception
nameID
property.setNameID
in interface NameIDMappingRequest
value
- the value of the nameID
property.SAML2Exception
- if Object
is immutable.getNameID()
public NameIDPolicy getNameIDPolicy()
NameIDPolicy
object.getNameIDPolicy
in interface NameIDMappingRequest
NameIDPolicy
object.setNameIDPolicy(NameIDPolicy)
public void setNameIDPolicy(NameIDPolicy nameIDPolicy) throws SAML2Exception
NameIDPolicy
object.setNameIDPolicy
in interface NameIDMappingRequest
nameIDPolicy
- the new NameIDPolicy
object.SAML2Exception
- if the object is immutable.getNameIDPolicy()
public BaseID getBaseID()
getBaseID
in interface NameIDMappingRequest
setBaseID(com.sun.identity.saml2.assertion.BaseID)
public void setBaseID(BaseID value) throws SAML2Exception
setBaseID
in interface NameIDMappingRequest
value
- the value of the baseID property to be setSAML2Exception
- if the object is immutablegetBaseID()
protected void parseDOMAttributes(Element element) throws SAML2Exception
parseDOMAttributes
in class RequestAbstractImpl
element
- the Document Element of this object.SAML2Exception
- if error parsing the Document Element.protected void parseDOMChileElements(ListIterator iter) throws SAML2Exception
parseDOMChileElements
in class RequestAbstractImpl
iter
- the child elements iterator.SAML2Exception
- if error parsing the Document Element.protected void getXMLString(Set namespaces, StringBuffer attrs, StringBuffer childElements, boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
getXMLString
in class RequestAbstractImpl
SAML2Exception
protected void validateData() throws SAML2Exception
validateData
in class RequestAbstractImpl
SAML2Exception
public void makeImmutable()
makeImmutable
in interface RequestAbstract
makeImmutable
in class RequestAbstractImpl
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.