|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexedEndpoint
SAML 2.0 Metadata IndexedEndpoint.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static java.lang.String |
INDEX_ATTRIB_NAME
index attribute name. |
static java.lang.String |
IS_DEFAULT_ATTRIB_NAME
isDeault attribute name. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
Fields inherited from interface org.opensaml.saml2.metadata.Endpoint |
---|
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME |
Method Summary | |
---|---|
java.lang.Integer |
getIndex()
Gets the index of the endpoint. |
java.lang.Boolean |
isDefault()
Gets whether this is the default endpoint in a list. |
org.opensaml.xml.schema.XSBooleanValue |
isDefaultXSBoolean()
Gets whether this is the default endpoint in a list. |
void |
setIndex(java.lang.Integer index)
Sets the index of the endpoint. |
void |
setIsDefault(java.lang.Boolean newIsDefault)
Sets whether this is the default endpoint in a list. |
void |
setIsDefault(org.opensaml.xml.schema.XSBooleanValue newIsDefault)
Sets whether this is the default endpoint in a list. |
Methods inherited from interface org.opensaml.saml2.metadata.Endpoint |
---|
getBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocation |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.ElementExtensibleXMLObject |
---|
getUnknownXMLObjects, getUnknownXMLObjects |
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
---|
getUnknownAttributes |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String INDEX_ATTRIB_NAME
static final java.lang.String IS_DEFAULT_ATTRIB_NAME
Method Detail |
---|
java.lang.Integer getIndex()
void setIndex(java.lang.Integer index)
index
- index of the endpointjava.lang.Boolean isDefault()
org.opensaml.xml.schema.XSBooleanValue isDefaultXSBoolean()
void setIsDefault(java.lang.Boolean newIsDefault)
newIsDefault
- whether this is the default endpoint in a listvoid setIsDefault(org.opensaml.xml.schema.XSBooleanValue newIsDefault)
newIsDefault
- whether this is the default endpoint in a list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |