org.opensaml.samlext.idpdisco
Interface DiscoveryResponse

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, Endpoint, IndexedEndpoint, SAMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
DiscoveryResponseImpl

public interface DiscoveryResponse
extends IndexedEndpoint

SAML Identity Provider Discovery Protocol DiscoveryResponse


Field Summary
static String DEFAULT_ELEMENT_LOCAL_NAME
          Name of the element inside the Extensions.
static QName DEFAULT_ELEMENT_NAME
          Default element name.
static String IDP_DISCO_NS
          Namespace for Discovery Service metadata extensions.
static String IDP_DISCO_PREFIX
          Default namespace prefix used by this library.
 
Fields inherited from interface org.opensaml.saml2.metadata.IndexedEndpoint
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
 
Method Summary
 
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, 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

IDP_DISCO_NS

static final String IDP_DISCO_NS
Namespace for Discovery Service metadata extensions.

See Also:
Constant Field Values

IDP_DISCO_PREFIX

static final String IDP_DISCO_PREFIX
Default namespace prefix used by this library.

See Also:
Constant Field Values

DEFAULT_ELEMENT_LOCAL_NAME

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

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name.



Copyright © 1999-2012. All Rights Reserved.