Class ExtensionsType
java.lang.Object
org.keycloak.dom.saml.v2.protocol.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtension
(Object extension) Add an extensiongetAny()
Gets the value of the any property.void
removeExtension
(Object extension) Remove an extension
-
Field Details
-
any
-
-
Constructor Details
-
ExtensionsType
public ExtensionsType()
-
-
Method Details
-
addExtension
Add an extension- Parameters:
extension
-
-
removeExtension
Remove an extension- Parameters:
extension
-
-
getAny
Gets the value of the any property.
-