Package org.opensaml.saml.saml2.metadata
Interface SSODescriptor
- All Superinterfaces:
AttributeExtensibleXMLObject,CacheableSAMLObject,RoleDescriptor,SAMLObject,SignableSAMLObject,SignableXMLObject,TimeBoundSAMLObject,XMLObject
- All Known Subinterfaces:
IDPSSODescriptor,SPSSODescriptor
- All Known Implementing Classes:
IDPSSODescriptorImpl,SPSSODescriptorImpl,SSODescriptorImpl
SAML 2.0 Metadata SSODescriptor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement name, no namespace.static final QNameDefault element name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.Fields inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAMEFields inherited from interface org.opensaml.saml.saml2.metadata.RoleDescriptor
ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAMEFields 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 artifact resolution services for this service.Gets the default artifact resolution service.Gets a list of manage NameId services for this service.Gets the list of NameID formats this service supports.Gets a list of single logout services for this service.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
getCacheDuration, setCacheDurationMethods 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, setOrganizationMethods inherited from interface org.opensaml.saml.common.SignableSAMLObject
getSignatureReferenceIDMethods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignatureMethods inherited from interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
getValidUntil, isValid, setValidUntilMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
getArtifactResolutionServices
Gets a list of artifact resolution services for this service.- Returns:
- list of artifact resolution services for this service
-
getDefaultArtifactResolutionService
Gets the default artifact resolution service.The selection algorithm used is:
- Select the first service with an explicit
isDefault=true - Select the first service with no explicit
isDefault - Select the first service
- Returns:
- default artifact resolution service (or null if there are no artifact resolution services defined)
- Select the first service with an explicit
-
getSingleLogoutServices
Gets a list of single logout services for this service.- Returns:
- list of single logout services for this service
-
getManageNameIDServices
Gets a list of manage NameId services for this service.- Returns:
- list of manage NameId services for this service
-
getNameIDFormats
Gets the list of NameID formats this service supports.- Returns:
- NameID formats this service supports
-