Class ExtensionsType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.ExtensionsType
Java class for ExtensionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtension(Object extension) Add an extensiongetAny()Gets the value of the any property.Deprecated.voidremoveExtension(Object extension) Remove an extensionvoidsetElement(Element element) Deprecated.
-
Field Details
-
any
-
-
Constructor Details
-
ExtensionsType
public ExtensionsType()
-
-
Method Details
-
getElement
Deprecated.Function is obsoleted with getAny- Returns:
-
setElement
Deprecated.Function is obsoleted with addExtension -
addExtension
Add an extension- Parameters:
extension-
-
removeExtension
Remove an extension- Parameters:
extension-
-
getAny
Gets the value of the any property. -
getDomElements
-
getEntityAttributes
-
getUIInfo
-