Class ExtensionsType

java.lang.Object
org.keycloak.dom.saml.v2.metadata.ExtensionsType

public class ExtensionsType extends Object

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 Details

  • Constructor Details

    • ExtensionsType

      public ExtensionsType()
  • Method Details

    • getElement

      @Deprecated public Element getElement()
      Deprecated.
      Function is obsoleted with getAny
      Returns:
    • setElement

      @Deprecated public void setElement(Element element)
      Deprecated.
      Function is obsoleted with addExtension
    • addExtension

      public void addExtension(Object extension)
      Add an extension
      Parameters:
      extension -
    • removeExtension

      public void removeExtension(Object extension)
      Remove an extension
      Parameters:
      extension -
    • getAny

      public List<Object> getAny()
      Gets the value of the any property.
    • getDomElements

      public List<Element> getDomElements()
    • getEntityAttributes

      public EntityAttributes getEntityAttributes()
    • getUIInfo

      public UIInfoType getUIInfo()