public interface ECPRequest
ECPRequest
interface defines methods for properties
required by an ECP request.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 of this Object.
|
Issuer getIssuer()
ECPRequest.setIssuer(Issuer)
void setIssuer(Issuer issuer) throws SAML2Exception
issuer
- the value of the issuer attribute to be setSAML2Exception
- if the object is immutableECPRequest.getIssuer()
IDPList getIDPList()
IDPList
Object.IDPList
object.ECPRequest.setIDPList(IDPList)
void setIDPList(IDPList idpList) throws SAML2Exception
IDPList
Object.idpList
- the new IDPList
object.SAML2Exception
- if the object is immutable.ECPRequest.getIDPList()
Boolean isMustUnderstand()
mustUnderstand
attribute.mustUnderstand
attribute.void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception
mustUnderstand
attribute.mustUnderstand
- the value of mustUnderstand
attribute.SAML2Exception
- if the object is immutable.String getActor()
actor
attribute.actor
attributevoid setActor(String actor) throws SAML2Exception
actor
attribute.actor
- the value of actor
attributeSAML2Exception
- if the object is immutable.String getProviderName()
ProviderName
attribute value.ProviderName
attribute value.ECPRequest.setProviderName(String)
void setProviderName(String providerName) throws SAML2Exception
ProviderName
attribute value.providerName
- value of the ProviderName
attribute.SAML2Exception
- if the object is immutable.ECPRequest.getProviderName()
Boolean isPassive()
isPassive
attribute.isPassive
attribute.void setIsPassive(Boolean isPassive) throws SAML2Exception
IsPassive
attribute.isPassive
- value of IsPassive
attribute.SAML2Exception
- if the object is immutable.String toXMLString() throws SAML2Exception
SAML2Exception
- if cannot create String object.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
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 cannot create String object.void makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.