org.opensaml.saml2.metadata.impl
Class AttributeAuthorityDescriptorImpl
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.AttributeAuthorityDescriptorImpl
- All Implemented Interfaces:
- SAMLObject, SignableSAMLObject, CacheableSAMLObject, TimeBoundSAMLObject, AttributeAuthorityDescriptor, RoleDescriptor, AttributeExtensibleXMLObject, SignableXMLObject, ValidatingXMLObject, XMLObject
public class AttributeAuthorityDescriptorImpl
- extends RoleDescriptorImpl
- implements AttributeAuthorityDescriptor
A concrete implementation of AttributeAuthorityDescriptor
.
Constructor Summary |
protected |
AttributeAuthorityDescriptorImpl(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 |
AttributeAuthorityDescriptorImpl
protected AttributeAuthorityDescriptorImpl(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
getAttributeServices
public java.util.List<AttributeService> getAttributeServices()
- Gets a list of attribute service
Endpoint
s for this authority.
- Specified by:
getAttributeServices
in interface AttributeAuthorityDescriptor
- Returns:
- list of attributes services
getAssertionIDRequestServices
public java.util.List<AssertionIDRequestService> getAssertionIDRequestServices()
- Gets a list of Assertion ID request services.
- Specified by:
getAssertionIDRequestServices
in interface AttributeAuthorityDescriptor
- Returns:
- list of Assertion ID request services
getNameIDFormats
public java.util.List<NameIDFormat> getNameIDFormats()
- Gets a list of NameID formats supported by this authority.
- Specified by:
getNameIDFormats
in interface AttributeAuthorityDescriptor
- Returns:
- list of NameID formats supported by this authority
getAttributeProfiles
public java.util.List<AttributeProfile> getAttributeProfiles()
- Gets a list of Attribute profiles supported by this authority.
- Specified by:
getAttributeProfiles
in interface AttributeAuthorityDescriptor
- Returns:
- list of Attribute profiles supported by this authority
getAttributes
public java.util.List<Attribute> getAttributes()
- Gets the list of attribute available from this authority.
- Specified by:
getAttributes
in interface AttributeAuthorityDescriptor
- Returns:
- list of attribute available from 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