Uses of Interface
org.opensaml.saml2.metadata.ArtifactResolutionService

Packages that use ArtifactResolutionService
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
 

Uses of ArtifactResolutionService in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return ArtifactResolutionService
 ArtifactResolutionService SSODescriptor.getDefaultArtificateResolutionService()
          Gets the default artifact resolution service or null if no service is marked as the default.
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type ArtifactResolutionService
 java.util.List<ArtifactResolutionService> SSODescriptor.getArtifactResolutionServices()
          Gets a list of artifact resolution services for this service.
 

Uses of ArtifactResolutionService in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement ArtifactResolutionService
 class ArtifactResolutionServiceImpl
          Concrete implementation of ArtifactResolutionService
 

Methods in org.opensaml.saml2.metadata.impl that return ArtifactResolutionService
 ArtifactResolutionService ArtifactResolutionServiceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 ArtifactResolutionService ArtifactResolutionServiceBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 ArtifactResolutionService SSODescriptorImpl.getDefaultArtificateResolutionService()
          Gets the default artifact resolution service or null if no service is marked as the default.
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type ArtifactResolutionService
 java.util.List<ArtifactResolutionService> SSODescriptorImpl.getArtifactResolutionServices()
          Gets a list of artifact resolution services for this service.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.