Package org.opensaml.saml.saml2.metadata
Interface AttributeAuthorityDescriptor
- All Superinterfaces:
AttributeExtensibleXMLObject
,CacheableSAMLObject
,RoleDescriptor
,SAMLObject
,SignableSAMLObject
,SignableXMLObject
,TimeBoundSAMLObject
,XMLObject
- All Known Implementing Classes:
AttributeAuthorityDescriptorImpl
SAML 2.0 Metadata AttributeAuthorityDescriptor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Element name, no namespace.static final QName
Default element name.static final String
Local name of the XSI type.static final QName
QName of the XSI type.Fields inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
Fields inherited from interface org.opensaml.saml.saml2.metadata.RoleDescriptor
ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAME
Fields inherited from interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of Assertion ID request services.Gets a list of Attribute profiles supported by this authority.Gets the list of attribute available from this authority.Gets a list of attribute serviceEndpoint
s for this authority.Gets a list of NameID formats supported by this authority.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
getCacheDuration, setCacheDuration
Methods inherited from interface org.opensaml.saml.saml2.metadata.RoleDescriptor
addSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization
Methods inherited from interface org.opensaml.saml.common.SignableSAMLObject
getSignatureReferenceID
Methods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignature
Methods inherited from interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
getValidUntil, isValid, setValidUntil
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getAttributeServices
List<AttributeService> getAttributeServices()Gets a list of attribute serviceEndpoint
s for this authority.- Returns:
- list of attributes services
-
getAssertionIDRequestServices
List<AssertionIDRequestService> getAssertionIDRequestServices()Gets a list of Assertion ID request services.- Returns:
- list of Assertion ID request services
-
getNameIDFormats
List<NameIDFormat> getNameIDFormats()Gets a list of NameID formats supported by this authority.- Returns:
- list of NameID formats supported by this authority
-
getAttributeProfiles
List<AttributeProfile> getAttributeProfiles()Gets a list of Attribute profiles supported by this authority.- Returns:
- list of Attribute profiles supported by this authority
-
getAttributes
Gets the list of attribute available from this authority.- Returns:
- list of attribute available from this authority
-