Package com.sun.identity.saml2.ecp
Interface ECPResponse
- All Superinterfaces:
XmlSerializable
The
ECPResponse
interface defines methods for properties
required by an ECP response.-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Returns value ofactor
attribute.Returns the value of theAssertionConsumerServiceURL
attribute.Returns value ofmustUnderstand
attribute.boolean
Returns true if object is mutable.void
Makes this object immutable.void
Sets the value ofactor
attribute.void
Sets the value of theAssertionConsumerServiceURL
attribute.void
setMustUnderstand
(Boolean mustUnderstand) Sets the value of themustUnderstand
attribute.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
isMustUnderstand
Boolean isMustUnderstand()Returns value ofmustUnderstand
attribute.- Returns:
- value of
mustUnderstand
attribute.
-
setMustUnderstand
Sets the value of themustUnderstand
attribute.- Parameters:
mustUnderstand
- the value ofmustUnderstand
attribute.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.
-
getActor
String getActor()Returns value ofactor
attribute.- Returns:
- value of
actor
attribute
-
setActor
Sets the value ofactor
attribute.- Parameters:
actor
- the value ofactor
attribute- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.
-
getAssertionConsumerServiceURL
String getAssertionConsumerServiceURL()Returns the value of theAssertionConsumerServiceURL
attribute.- Returns:
- the value of
AssertionConsumerServiceURL
attribute. - See Also:
-
setAssertionConsumerServiceURL
Sets the value of theAssertionConsumerServiceURL
attribute.- Parameters:
url
- the value ofAssertionConsumerServiceURL
attribute.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.- See Also:
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns true if object is mutable.- Returns:
- true if object is mutable.
-