Package org.opensaml.saml.saml2.metadata
Interface IndexedEndpoint
- All Superinterfaces:
AttributeExtensibleXMLObject
,ElementExtensibleXMLObject
,Endpoint
,SAMLObject
,XMLObject
- All Known Subinterfaces:
ArtifactResolutionService
,AssertionConsumerService
,DiscoveryResponse
- All Known Implementing Classes:
ArtifactResolutionServiceImpl
,AssertionConsumerServiceImpl
,DiscoveryResponseImpl
,IndexedEndpointImpl
SAML 2.0 Metadata IndexedEndpoint.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Local name, no namespace.static final QName
Default element name.static final String
index attribute name.static final String
isDeault attribute name.static final String
Local name of the XSI type.static final QName
QName of the XSI type.Fields inherited from interface org.opensaml.saml.saml2.metadata.Endpoint
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME
-
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
Gets the index of the endpoint.Gets whether this is the default endpoint in a list.Gets whether this is the default endpoint in a list.void
Sets the index of the endpoint.void
setIsDefault
(Boolean newIsDefault) Sets whether this is the default endpoint in a list.void
setIsDefault
(XSBooleanValue newIsDefault) Sets whether this is the default endpoint in a list.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
Methods inherited from interface org.opensaml.saml.saml2.metadata.Endpoint
getBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocation
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
INDEX_ATTRIB_NAME
index attribute name.- See Also:
-
IS_DEFAULT_ATTRIB_NAME
isDeault attribute name.- See Also:
-
-
Method Details
-
getIndex
Integer getIndex()Gets the index of the endpoint.- Returns:
- index of the endpoint
-
setIndex
Sets the index of the endpoint.- Parameters:
index
- index of the endpoint
-
isDefault
Boolean isDefault()Gets whether this is the default endpoint in a list.- Returns:
- whether this is the default endpoint in a list
-
isDefaultXSBoolean
XSBooleanValue isDefaultXSBoolean()Gets whether this is the default endpoint in a list.- Returns:
- whether this is the default endpoint in a list
-
setIsDefault
Sets whether this is the default endpoint in a list. Boolean values will be marshalled to either "true" or "false".- Parameters:
newIsDefault
- whether this is the default endpoint in a list
-
setIsDefault
Sets whether this is the default endpoint in a list.- Parameters:
newIsDefault
- whether this is the default endpoint in a list
-