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
-
public class IndexedEndpointType extends EndpointType
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
Fields Modifier and Type Field Description protected intindexprotected BooleanisDefault-
Fields inherited from class org.keycloak.dom.saml.v2.metadata.EndpointType
any, binding, location, responseLocation
-
Fields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes
-
-
Constructor Summary
Constructors Constructor Description IndexedEndpointType(URI binding, URI location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the value of the index property.BooleanisIsDefault()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, setResponseLocation
-
Methods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
addOtherAttribute, getOtherAttributes, removeOtherAttribute
-
-
-
-
Field Detail
-
index
protected int index
-
isDefault
protected Boolean isDefault
-
-