|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OnlineCAService
eduGAIN Metadata OnlineCAService
| Field Summary | |
|---|---|
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 |
DESCR_ATTRIB_NAME
"Description" attribute name |
static java.lang.String |
LOCATION_ATTRIB_NAME
"Location" attribute name |
static java.lang.String |
NAME_ATTRIB_NAME
"Name" 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 | |
|---|---|
org.opensaml.saml2.metadata.ServiceDescription |
getDescription()
Gets the description for this service. |
java.lang.String |
getLocation()
Gets the URI, usually a URL, for the location of this Endpoint. |
org.opensaml.saml2.metadata.ServiceName |
getName()
Gets the name of this service. |
void |
setDescription(org.opensaml.saml2.metadata.ServiceDescription descr)
Sets the description for this service. |
void |
setLocation(java.lang.String location)
Sets the URI, usually a URL, for the location of this Endpoint. |
void |
setName(org.opensaml.saml2.metadata.ServiceName name)
Sets the name of this service. |
| 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 |
| 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 NAME_ATTRIB_NAME
static final java.lang.String DESCR_ATTRIB_NAME
static final java.lang.String LOCATION_ATTRIB_NAME
| Method Detail |
|---|
org.opensaml.saml2.metadata.ServiceName getName()
void setName(org.opensaml.saml2.metadata.ServiceName name)
name - the name of this serviceorg.opensaml.saml2.metadata.ServiceDescription getDescription()
void setDescription(org.opensaml.saml2.metadata.ServiceDescription descr)
descr - the description of this servicejava.lang.String getLocation()
void setLocation(java.lang.String location)
location - the location of this Endpoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||