Class EndpointType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.EndpointType
- Direct Known Subclasses:
IndexedEndpointType
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 Summary
Fields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an objectgetAny()
Gets the value of the any property.Gets the value of the binding property.Gets the value of the location property.Gets the value of the responseLocation property.void
removeObject
(Object obj) remove an objectvoid
setResponseLocation
(URI value) Sets the value of the responseLocation property.Methods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
addOtherAttribute, getOtherAttributes, removeOtherAttribute
-
Field Details
-
any
-
binding
-
location
-
responseLocation
-
-
Constructor Details
-
EndpointType
-
-
Method Details
-
addObject
Add an object- Parameters:
obj
-
-
removeObject
remove an object- Parameters:
obj
-
-
getAny
-
getBinding
Gets the value of the binding property.- Returns:
- possible object is
URI
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
URI
-
getResponseLocation
Gets the value of the responseLocation property.- Returns:
- possible object is
URI
-
setResponseLocation
Sets the value of the responseLocation property.- Parameters:
value
- allowed object isURI
-