|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Endpoint
SAML 2.0 Metadata Endpoint data type interface
| Field Summary | |
|---|---|
static java.lang.String |
BINDING_ATTRIB_NAME
"Binding" attribute name |
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name |
static java.lang.String |
LOCATION_ATTRIB_NAME
"Location" attribute name |
static java.lang.String |
RESPONSE_LOCATION_ATTRIB_NAME
"ResponseLocation" 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 |
| Method Summary | |
|---|---|
java.lang.String |
getBinding()
Gets the URI identifier for the binding supported by this Endpoint. |
java.lang.String |
getLocation()
Gets the URI, usually a URL, for the location of this Endpoint. |
java.lang.String |
getResponseLocation()
Gets the URI, usually a URL, responses should be sent to this for this Endpoint. |
void |
setBinding(java.lang.String binding)
Sets the URI identifier for the binding supported by this Endpoint. |
void |
setLocation(java.lang.String location)
Sets the URI, usually a URL, for the location of this Endpoint. |
void |
setResponseLocation(java.lang.String location)
Sets the URI, usually a URL, responses should be sent to this for this Endpoint. |
| 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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, 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 BINDING_ATTRIB_NAME
static final java.lang.String LOCATION_ATTRIB_NAME
static final java.lang.String RESPONSE_LOCATION_ATTRIB_NAME
| Method Detail |
|---|
java.lang.String getBinding()
void setBinding(java.lang.String binding)
binding - the URI identifier for the binding supported by this Endpointjava.lang.String getLocation()
void setLocation(java.lang.String location)
location - the location of this Endpointjava.lang.String getResponseLocation()
void setResponseLocation(java.lang.String location)
location - the URI responses should be sent to this for this Endpoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||