org.opensaml.saml2.metadata
Interface SSODescriptor

All Superinterfaces:
AttributeExtensibleXMLObject, CacheableSAMLObject, RoleDescriptor, SAMLObject, SignableSAMLObject, SignableXMLObject, TimeBoundSAMLObject, ValidatingXMLObject, XMLObject
All Known Subinterfaces:
IDPSSODescriptor, SPSSODescriptor
All Known Implementing Classes:
IDPSSODescriptorImpl, SPSSODescriptorImpl, SSODescriptorImpl

public interface SSODescriptor
extends RoleDescriptor

SAML 2.0 Metadata SSODescriptor


Field Summary
static String DEFAULT_ELEMENT_LOCAL_NAME
          Element name, no namespace
static QName DEFAULT_ELEMENT_NAME
          Default element name
static String TYPE_LOCAL_NAME
          Local name of the XSI type
static QName TYPE_NAME
          QName of the XSI type
 
Fields inherited from interface org.opensaml.saml2.metadata.RoleDescriptor
ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAME
 
Fields inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
 
Fields inherited from interface org.opensaml.saml2.common.CacheableSAMLObject
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
 
Method Summary
 List<ArtifactResolutionService> getArtifactResolutionServices()
          Gets a list of artifact resolution services for this service.
 ArtifactResolutionService getDefaultArtifactResolutionService()
          Gets the default artifact resolution service.
 ArtifactResolutionService getDefaultArtificateResolutionService()
          Deprecated. replacement getDefaultArtifactResolutionService()
 List<ManageNameIDService> getManageNameIDServices()
          Gets a list of manage NameId services for this service.
 List<NameIDFormat> getNameIDFormats()
          Gets the list of NameID formats this service supports.
 List<SingleLogoutService> getSingleLogoutServices()
          Gets a list of single logout services for this service.
 
Methods inherited from interface org.opensaml.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.common.SignableSAMLObject
getSignatureReferenceID
 
Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject
getValidUntil, isValid, setValidUntil
 
Methods inherited from interface org.opensaml.saml2.common.CacheableSAMLObject
getCacheDuration, setCacheDuration
 
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.AttributeExtensibleXMLObject
getUnknownAttributes
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final String DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type

Method Detail

getArtifactResolutionServices

List<ArtifactResolutionService> getArtifactResolutionServices()
Gets a list of artifact resolution services for this service.

Returns:
list of artifact resolution services for this service

getDefaultArtifactResolutionService

ArtifactResolutionService getDefaultArtifactResolutionService()
Gets the default artifact resolution service.

The selection algorithm used is:

  1. Select the first service with an explicit isDefault=true
  2. Select the first service with no explicit isDefault
  3. Select the first service

Returns:
default artifact resolution service (or null if there are no artifact resolution services defined)

getDefaultArtificateResolutionService

ArtifactResolutionService getDefaultArtificateResolutionService()
Deprecated. replacement getDefaultArtifactResolutionService()

Gets the default artifact resolution service.

The selection algorithm used is:

  1. Select the first service with an explicit isDefault=true
  2. Select the first service with no explicit isDefault
  3. Select the first service

Returns:
default artifact resolution service (or null if there are no artifact resolution services defined)

getSingleLogoutServices

List<SingleLogoutService> getSingleLogoutServices()
Gets a list of single logout services for this service.

Returns:
list of single logout services for this service

getManageNameIDServices

List<ManageNameIDService> getManageNameIDServices()
Gets a list of manage NameId services for this service.

Returns:
list of manage NameId services for this service

getNameIDFormats

List<NameIDFormat> getNameIDFormats()
Gets the list of NameID formats this service supports.

Returns:
NameID formats this service supports


Copyright © 1999-2012. All Rights Reserved.