public interface ECPResponse
ECPResponse
interface defines methods for properties
required by an ECP response.Modifier and Type | Method and Description |
---|---|
String |
getActor()
Returns value of
actor attribute. |
String |
getAssertionConsumerServiceURL()
Returns the value of the
AssertionConsumerServiceURL
attribute. |
Boolean |
isMustUnderstand()
Returns value of
mustUnderstand attribute. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setActor(String actor)
Sets the value of
actor attribute. |
void |
setAssertionConsumerServiceURL(String url)
Sets the value of the
AssertionConsumerServiceURL
attribute. |
void |
setMustUnderstand(Boolean mustUnderstand)
Sets the value of the
mustUnderstand attribute. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
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 getAssertionConsumerServiceURL()
AssertionConsumerServiceURL
attribute.AssertionConsumerServiceURL
attribute.ECPResponse.setAssertionConsumerServiceURL(String)
void setAssertionConsumerServiceURL(String url) throws SAML2Exception
AssertionConsumerServiceURL
attribute.url
- the value of AssertionConsumerServiceURL
attribute.SAML2Exception
- if the object is immutable.ECPResponse.getAssertionConsumerServiceURL()
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.