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 ofactor
attribute.getValue()
Returns the value of theRelayState
.Returns value ofmustUnderstand
attribute.boolean
Returns true if object is mutable.void
Makes this object immutable.void
Sets the value ofactor
attribute.void
setMustUnderstand
(Boolean mustUnderstand) Sets the value of themustUnderstand
attribute.void
Sets 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 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.
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns true if object is mutable.- Returns:
- true if object is mutable.
-