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 ofactorattribute.Returns the value of theAssertionConsumerServiceURLattribute.Returns value ofmustUnderstandattribute.booleanReturns true if object is mutable.voidMakes this object immutable.voidSets the value ofactorattribute.voidSets the value of theAssertionConsumerServiceURLattribute.voidsetMustUnderstand(Boolean mustUnderstand) Sets the value of themustUnderstandattribute.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
isMustUnderstand
Boolean isMustUnderstand()Returns value ofmustUnderstandattribute.- Returns:
- value of
mustUnderstandattribute.
-
setMustUnderstand
Sets the value of themustUnderstandattribute.- Parameters:
mustUnderstand- the value ofmustUnderstandattribute.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.
-
getActor
String getActor()Returns value ofactorattribute.- Returns:
- value of
actorattribute
-
setActor
Sets the value ofactorattribute.- Parameters:
actor- the value ofactorattribute- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.
-
getAssertionConsumerServiceURL
String getAssertionConsumerServiceURL()Returns the value of theAssertionConsumerServiceURLattribute.- Returns:
- the value of
AssertionConsumerServiceURLattribute. - See Also:
-
setAssertionConsumerServiceURL
Sets the value of theAssertionConsumerServiceURLattribute.- Parameters:
url- the value ofAssertionConsumerServiceURLattribute.- 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.
-