Package com.sun.identity.saml2.protocol
Interface RequesterID
- All Superinterfaces:
XmlSerializable
This interface identifies the requester in an
AuthnRequest
message.-
Method Summary
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns the value of theRequesterIDURI.- Returns:
- value of the
RequesterIDURI. - See Also:
-
setValue
Sets the value of theRequesterIDURI.- Parameters:
value- of theRequesterIDURI.- Throws:
SAML2Exception- if the object is immutable.- See Also:
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns value true if object is mutable.- Returns:
- true if object is mutable.
-