Class IndexedEndpointType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.EndpointType
org.keycloak.dom.saml.v2.metadata.IndexedEndpointType
Java class for IndexedEndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexedEndpointType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:metadata}EndpointType">
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.keycloak.dom.saml.v2.metadata.EndpointType
any, binding, location, responseLocationFields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Gets the value of the index property.Gets the value of the isDefault property.voidsetIndex(int value) Sets the value of the index property.voidsetIsDefault(Boolean value) Sets the value of the isDefault property.Methods inherited from class org.keycloak.dom.saml.v2.metadata.EndpointType
addObject, getAny, getBinding, getLocation, getResponseLocation, removeObject, setResponseLocationMethods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
addOtherAttribute, getOtherAttributes, removeOtherAttribute
-
Field Details
-
index
protected int index -
isDefault
-
-
Constructor Details
-
IndexedEndpointType
-
-
Method Details
-
getIndex
public int getIndex()Gets the value of the index property. -
setIndex
public void setIndex(int value) Sets the value of the index property. -
isIsDefault
Gets the value of the isDefault property.- Returns:
- possible object is
Boolean
-
setIsDefault
Sets the value of the isDefault property.- Parameters:
value- allowed object isBoolean
-