Class EndpointType

java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.EndpointType
Direct Known Subclasses:
IndexedEndpointType

public class EndpointType extends TypeWithOtherAttributes

Java class for EndpointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EndpointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
       <attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="ResponseLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • any

      protected List<Object> any
    • binding

      protected URI binding
    • location

      protected URI location
    • responseLocation

      protected URI responseLocation
  • Constructor Details

    • EndpointType

      public EndpointType(URI binding, URI location)
  • Method Details

    • addObject

      public void addObject(Object obj)
      Add an object
      Parameters:
      obj -
    • removeObject

      public void removeObject(Object obj)
      remove an object
      Parameters:
      obj -
    • getAny

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

      Objects of the following type(s) are allowed in the list Element Object

    • getBinding

      public URI getBinding()
      Gets the value of the binding property.
      Returns:
      possible object is URI
    • getLocation

      public URI getLocation()
      Gets the value of the location property.
      Returns:
      possible object is URI
    • getResponseLocation

      public URI getResponseLocation()
      Gets the value of the responseLocation property.
      Returns:
      possible object is URI
    • setResponseLocation

      public void setResponseLocation(URI value)
      Sets the value of the responseLocation property.
      Parameters:
      value - allowed object is URI