From 0a90384a9c7d840e88d9636271e8393a514647a0 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 28 Jul 2009 10:34:52 +0200 Subject: Import shibboleth ds 1.1.0 --- .../shibboleth/wayf/DiscoveryResponseImpl.html | 420 +++++++++++++++++++++ 1 file changed, 420 insertions(+) create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/DiscoveryResponseImpl.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/DiscoveryResponseImpl.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/DiscoveryResponseImpl.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/DiscoveryResponseImpl.html new file mode 100644 index 0000000..85c047f --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/DiscoveryResponseImpl.html @@ -0,0 +1,420 @@ + + + + + + + +DiscoveryResponseImpl (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.internet2.middleware.shibboleth.wayf +
+Class DiscoveryResponseImpl

+
+java.lang.Object
+  extended by org.opensaml.xml.AbstractXMLObject
+      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
+          extended by org.opensaml.common.impl.AbstractSAMLObject
+              extended by org.opensaml.saml2.metadata.impl.EndpointImpl
+                  extended by org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
+                      extended by edu.internet2.middleware.shibboleth.wayf.DiscoveryResponseImpl
+
+
+
All Implemented Interfaces:
org.opensaml.common.SAMLObject, org.opensaml.saml2.metadata.Endpoint, org.opensaml.saml2.metadata.IndexedEndpoint, org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.ElementExtensibleXMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
+
+
+
+
public class DiscoveryResponseImpl
extends org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
implements org.opensaml.saml2.metadata.IndexedEndpoint
+ + +

+This plugs into the standard opensaml2 parser framework to allow us to get use DiscoverResponse + elements in our extensions. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected static StringDEFAULT_ELEMENT_LOCAL_NAME + +
+          Name of the element inside the Extensions.
+static StringMETADATA_NS + +
+          Namespace for Discovery Service metadata extensions.
+ + + + + + + +
Fields inherited from interface org.opensaml.saml2.metadata.IndexedEndpoint
DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
+ + + + + + + +
Fields inherited from interface org.opensaml.saml2.metadata.Endpoint
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME
+  + + + + + + + + + + + +
+Constructor Summary
+protected DiscoveryResponseImpl(String namespaceURI, + String elementLocalName, + String namespacePrefix) + +
+          Constructor.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
getIndex, isDefault, isDefaultXSBoolean, setIndex, setIsDefault, setIsDefault
+ + + + + + + +
Methods inherited from class org.opensaml.saml2.metadata.impl.EndpointImpl
getBinding, getLocation, getOrderedChildren, getResponseLocation, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjects, setBinding, setLocation, setResponseLocation
+ + + + + + + +
Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject
equals, prepareForAssignment
+ + + + + + + +
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
+ + + + + + + +
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.opensaml.saml2.metadata.IndexedEndpoint
getIndex, isDefault, isDefaultXSBoolean, setIndex, setIsDefault, setIsDefault
+ + + + + + + +
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
+ +

+METADATA_NS

+
+public static final String METADATA_NS
+
+
Namespace for Discovery Service metadata extensions. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DEFAULT_ELEMENT_LOCAL_NAME

+
+protected static final String DEFAULT_ELEMENT_LOCAL_NAME
+
+
Name of the element inside the Extensions. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+DiscoveryResponseImpl

+
+protected DiscoveryResponseImpl(String namespaceURI,
+                                String elementLocalName,
+                                String namespacePrefix)
+
+
Constructor. +

+

+
Parameters:
namespaceURI - the Uri
elementLocalName - the local name
namespacePrefix - the prefix
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + -- cgit v1.1