public class ManageNameIDRequestImpl extends RequestAbstractImpl implements ManageNameIDRequest
Modifier and Type | Field and Description |
---|---|
String |
elementName |
consent, destinationURI, extensions, isMutable, isSignatureValid, isSigned, issueInstant, nameID, publicKey, requestId, signatureString, signedXMLString, version
Constructor and Description |
---|
ManageNameIDRequestImpl()
Constructor to create
ManageNameIDRequest Object. |
ManageNameIDRequestImpl(Element element)
Constructor to create
ManageNameIDRequest Object. |
ManageNameIDRequestImpl(String xmlString)
Constructor to create
ManageNameIDRequest Object. |
Modifier and Type | Method and Description |
---|---|
EncryptedID |
getEncryptedID()
Returns the value of the
encryptedID property. |
NameID |
getNameID()
Returns the value of the
nameID property. |
NewEncryptedID |
getNewEncryptedID()
Returns the value of the
NewEncryptedID object. |
NewID |
getNewID()
Returns the value of the
NewID property. |
boolean |
getTerminate()
Returns true if this is a terminating request.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
setNameID(NameID value)
Sets the value of the
nameID property. |
void |
setNewEncryptedID(NewEncryptedID value)
Sets the value of the
newEncryptedID property. |
void |
setNewID(NewID value)
Sets the value of the
NewID property. |
void |
setTerminate(boolean value)
Set this request as terminating request.
|
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
getAttributesString, getConsent, getDestination, getElements, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, getXMLString, isMutable, isSignatureValid, isSigned, parseDOMAttributes, parseDOMChileElements, parseDOMElement, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, validateData, 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
public final String elementName
public ManageNameIDRequestImpl()
ManageNameIDRequest
Object.public ManageNameIDRequestImpl(Element element) throws SAML2Exception
ManageNameIDRequest
Object.element
- Document Element of
ManageNameIDRequest object.
SAML2Exception
- if ManageNameIDRequest cannot be created.
public ManageNameIDRequestImpl(String xmlString) throws SAML2Exception
ManageNameIDRequest
Object.xmlString
- XML Representation of
the ManageNameIDRequest object.
SAML2Exception
- if ManageNameIDRequest cannot be created.
public NewEncryptedID getNewEncryptedID()
NewEncryptedID
object.getNewEncryptedID
in interface ManageNameIDRequest
NewEncryptedID
object.setNewEncryptedID(NewEncryptedID)
public void setNewEncryptedID(NewEncryptedID value) throws SAML2Exception
newEncryptedID
property.setNewEncryptedID
in interface ManageNameIDRequest
value
- the value of the newEncryptedID
property.SAML2Exception
- if Object
is immutable.getNewEncryptedID()
public EncryptedID getEncryptedID()
encryptedID
property.getEncryptedID
in interface ManageNameIDRequest
encryptedID
property.setEncryptedID(EncryptedID)
public void setEncryptedID(EncryptedID value) throws SAML2Exception
encryptedID
property.setEncryptedID
in interface ManageNameIDRequest
value
- the value of the encryptedID
property.SAML2Exception
- if Object
is immutable.getEncryptedID()
public NewID getNewID()
NewID
property.getNewID
in interface ManageNameIDRequest
NewID
property.setNewID(NewID)
public void setNewID(NewID value) throws SAML2Exception
NewID
property.setNewID
in interface ManageNameIDRequest
value
- the value of the NewID
property.SAML2Exception
- if Object
is immutable.getNewID()
public NameID getNameID()
nameID
property.getNameID
in interface ManageNameIDRequest
nameID
property.setNameID(NameID)
public void setNameID(NameID value) throws SAML2Exception
nameID
property.setNameID
in interface ManageNameIDRequest
value
- the value of the nameID
property.SAML2Exception
- if Object
is immutable.getNameID()
public boolean getTerminate()
getTerminate
in interface ManageNameIDRequest
setTerminate(boolean)
public void setTerminate(boolean value) throws SAML2Exception
setTerminate
in interface ManageNameIDRequest
value
- true to set this request as terminating request.SAML2Exception
- if this object is immutable.getTerminate()
public String toXMLString() throws SAML2Exception
toXMLString
in interface RequestAbstract
toXMLString
in class RequestAbstractImpl
SAML2Exception
- , if it could not create String objectpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface RequestAbstract
toXMLString
in class RequestAbstractImpl
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 it could not create String object.public void makeImmutable()
makeImmutable
in interface RequestAbstract
makeImmutable
in class RequestAbstractImpl
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.