|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Extensions
The interface Extensions defines methods for
adding protcol message extension elements.
| Method Summary | |
|---|---|
List |
getAny()
Returns the list of Extensions object. |
boolean |
isMutable()
Returns value true if object is mutable. |
void |
makeImmutable()
Makes this object immutable. |
void |
setAny(List value)
Sets the Extensions object. |
String |
toXMLString()
Returns a String representation of this object. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this object. |
| Method Detail |
|---|
void setAny(List value)
throws SAML2Exception
Extensions object.
value - List of Document Elements Extensions objects
SAML2Exception - if the object is immutable.Extensions.getAny()List getAny()
Extensions object.
Extensions objects.Extensions.setAny(List)
String toXMLString()
throws SAML2Exception
SAML2Exception - if cannot convert to String.
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
includeNSPrefix - determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS - determines whether or not the namespace is declared
within the Element.
SAML2Exception - if cannot convert to String.void makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||