public class ECPRequestImpl extends Object implements ECPRequest
ECPRequest
element.
It provides all the methods required by ECPRequest
Constructor and Description |
---|
ECPRequestImpl()
Constructs the
ECPRequest Object. |
ECPRequestImpl(Element element)
Constructs the
ECPRequest Object. |
ECPRequestImpl(String xmlString)
Constructs the
ECPRequest Object. |
Modifier and Type | Method and Description |
---|---|
String |
getActor()
Returns value of
actor attribute. |
IDPList |
getIDPList()
Returns the
IDPList Object. |
Issuer |
getIssuer()
Returns the value of the issuer attribute.
|
String |
getProviderName()
Returns the
ProviderName attribute value. |
Boolean |
isMustUnderstand()
Returns value of
mustUnderstand attribute. |
boolean |
isMutable()
Returns true if object is mutable.
|
Boolean |
isPassive()
Returns the value of the
isPassive attribute. |
void |
makeImmutable()
Makes this object immutable.
|
void |
setActor(String actor)
Sets the value of
actor attribute. |
void |
setIDPList(IDPList idpList)
Sets the
IDPList Object. |
void |
setIsPassive(Boolean isPassive)
Sets the value of the
IsPassive attribute. |
void |
setIssuer(Issuer issuer)
Sets the value of the issuer attribute.
|
void |
setMustUnderstand(Boolean mustUnderstand)
Sets the value of the
mustUnderstand attribute. |
void |
setProviderName(String providerName)
Sets the
ProviderName attribute value. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
protected void |
validateData() |
public ECPRequestImpl()
ECPRequest
Object.public ECPRequestImpl(Element element) throws SAML2Exception
ECPRequest
Object.element
- the Document Element of ECP Request
object.SAML2Exception
- if ECPRequest
cannot be created.public ECPRequestImpl(String xmlString) throws SAML2Exception
ECPRequest
Object.xmlString
- the XML String representation of this object.SAML2Exception
- if ECPRequest
cannot be created.public Issuer getIssuer()
getIssuer
in interface ECPRequest
setIssuer(Issuer)
public void setIssuer(Issuer issuer) throws SAML2Exception
setIssuer
in interface ECPRequest
issuer
- the value of the issuer attributeSAML2Exception
- if the object is immutablegetIssuer()
public IDPList getIDPList()
IDPList
Object.getIDPList
in interface ECPRequest
IDPList
object.setIDPList(IDPList)
public void setIDPList(IDPList idpList) throws SAML2Exception
IDPList
Object.setIDPList
in interface ECPRequest
idpList
- the new IDPList
object.SAML2Exception
- if the object is immutable.getIDPList()
public Boolean isMustUnderstand()
mustUnderstand
attribute.isMustUnderstand
in interface ECPRequest
mustUnderstand
attribute.public void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception
mustUnderstand
attribute.setMustUnderstand
in interface ECPRequest
mustUnderstand
- the value of mustUnderstand
attribute.SAML2Exception
- if the object is immutable.public String getActor()
actor
attribute.getActor
in interface ECPRequest
actor
attributepublic void setActor(String actor) throws SAML2Exception
actor
attribute.setActor
in interface ECPRequest
actor
- the value of actor
attributeSAML2Exception
- if the object is immutable.public String getProviderName()
ProviderName
attribute value.getProviderName
in interface ECPRequest
ProviderName
attribute value.setProviderName(String)
public void setProviderName(String providerName) throws SAML2Exception
ProviderName
attribute value.setProviderName
in interface ECPRequest
providerName
- value of the ProviderName
attribute.SAML2Exception
- if the object is immutable.getProviderName()
public Boolean isPassive()
isPassive
attribute.isPassive
in interface ECPRequest
isPassive
attribute.public void setIsPassive(Boolean isPassive) throws SAML2Exception
IsPassive
attribute.setIsPassive
in interface ECPRequest
isPassive
- value of IsPassive
attribute.SAML2Exception
- if the object is immutable.public String toXMLString() throws SAML2Exception
toXMLString
in interface ECPRequest
SAML2Exception
- if it could not create String objectpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface ECPRequest
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 ECPRequest
public boolean isMutable()
isMutable
in interface ECPRequest
protected void validateData() throws SAML2Exception
SAML2Exception
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.