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 StringLocal name, no namespace.static final QNameDefault element name.static final Stringindex attribute name.static final StringisDeault attribute name.static final StringLocal name of the XSI type.static final QNameQName 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.voidSets the index of the endpoint.voidsetIsDefault(Boolean newIsDefault) Sets whether this is the default endpoint in a list.voidsetIsDefault(XSBooleanValue newIsDefault) Sets whether this is the default endpoint in a list.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjectsMethods inherited from interface org.opensaml.saml.saml2.metadata.Endpoint
getBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocationMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
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
Gets whether this is the default endpoint in a list.- Returns:
- whether this is the default endpoint in a list
-
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
-