org.opensaml.saml2.metadata.impl
Class AuthnAuthorityDescriptorImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.opensaml.xml.AbstractValidatingSignableXMLObject
org.opensaml.common.impl.AbstractSignableSAMLObject
org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
- All Implemented Interfaces:
- SAMLObject, SignableSAMLObject, CacheableSAMLObject, TimeBoundSAMLObject, AuthnAuthorityDescriptor, RoleDescriptor, AttributeExtensibleXMLObject, SignableXMLObject, ValidatingXMLObject, XMLObject
public class AuthnAuthorityDescriptorImpl
- extends RoleDescriptorImpl
- implements AuthnAuthorityDescriptor
Concreate implementation of AuthnAuthorityDescriptor
Constructor Summary |
protected |
AuthnAuthorityDescriptorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor . |
Methods inherited from class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl |
addSupportedProtocol, getCacheDuration, getContactPersons, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSignatureReferenceID, getSupportedProtocols, getUnknownAttributes, getValidUntil, isSupportedProtocol, isValid, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setValidUntil |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, 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.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.saml2.metadata.RoleDescriptor |
addSupportedProtocol, getContactPersons, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
AuthnAuthorityDescriptorImpl
protected AuthnAuthorityDescriptorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor .
- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
getAuthnQueryServices
public java.util.List<AuthnQueryService> getAuthnQueryServices()
- Gets the list of authentication query services for this authority.
- Specified by:
getAuthnQueryServices
in interface AuthnAuthorityDescriptor
- Returns:
- list of authentication query services
getAssertionIDRequestServices
public java.util.List<AssertionIDRequestService> getAssertionIDRequestServices()
- Gets the list of assertion ID request services for this authority.
- Specified by:
getAssertionIDRequestServices
in interface AuthnAuthorityDescriptor
- Returns:
- assertion ID request services for this authority
getNameIDFormats
public java.util.List<NameIDFormat> getNameIDFormats()
- Gets the list of supported name ID formats for this authority.
- Specified by:
getNameIDFormats
in interface AuthnAuthorityDescriptor
- Returns:
- supported name ID formats for this authority
getEndpoints
public java.util.List<Endpoint> getEndpoints()
- Gets a read-only list of endpoints for this role.
- Specified by:
getEndpoints
in interface RoleDescriptor
- Returns:
- immutable list of endpoints for this role
getEndpoints
public java.util.List<Endpoint> getEndpoints(javax.xml.namespace.QName type)
- Gets a read-only list of endpoints for this role for the given type.
- Specified by:
getEndpoints
in interface RoleDescriptor
- Parameters:
type
- the type of endpoints to retrieve
- Returns:
- immutable list of endpoints for this role
getOrderedChildren
public java.util.List<XMLObject> getOrderedChildren()
- Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- Specified by:
getOrderedChildren
in interface XMLObject
- Overrides:
getOrderedChildren
in class RoleDescriptorImpl
- Returns:
- ordered list of child elements