Package com.sun.identity.saml2.ecp
Interface ECPRelayState
- All Superinterfaces:
XmlSerializable
The
ECPRelayState interface defines methods for properties
required by an ECP RelayState.-
Method Summary
Modifier and TypeMethodDescriptiongetActor()Returns value ofactorattribute.getValue()Returns the value of theRelayState.Returns value ofmustUnderstandattribute.booleanReturns true if object is mutable.voidMakes this object immutable.voidSets the value ofactorattribute.voidsetMustUnderstand(Boolean mustUnderstand) Sets the value of themustUnderstandattribute.voidSets the value of theRelayState.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns the value of theRelayState.- Returns:
- value of the
RelayState. - See Also:
-
setValue
Sets the value of theRelayState.- Parameters:
value- new value of theRelayState.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
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.
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns true if object is mutable.- Returns:
- true if object is mutable.
-