nl.surfnet.coin.selfservice.service
Interface ServiceProviderService

All Known Implementing Classes:
CompositeServiceProviderService, FederationProviderService, ServiceRegistryProviderService

public interface ServiceProviderService

Interface of services that returns information about Service Providers (SPs).


Method Summary
 List<ServiceProvider> getAllServiceProviders(String idpId)
          Get a list of all available Service Providers for the given idpId.
 List<ServiceProvider> getLinkedServiceProviders(String idpId)
          Get a list of all Service Providers that are linked to the given idpIdp
 ServiceProvider getServiceProvider(String spEntityId, String idpEntityId)
          Get a ServiceProvider by its entity ID.
 

Method Detail

getAllServiceProviders

List<ServiceProvider> getAllServiceProviders(String idpId)
Get a list of all available Service Providers for the given idpId.

Parameters:
idpId - the IDP entity ID to filter on
Returns:
list of ServiceProvider

getLinkedServiceProviders

List<ServiceProvider> getLinkedServiceProviders(String idpId)
Get a list of all Service Providers that are linked to the given idpIdp

Parameters:
idpId - the entity id of the IdentityProvider
Returns:
list of ServiceProvider's

getServiceProvider

ServiceProvider getServiceProvider(String spEntityId,
                                   String idpEntityId)
Get a ServiceProvider by its entity ID.

Parameters:
spEntityId - the entity id of the ServiceProvider
idpEntityId - the entity id of the Identity Provider.
Returns:
the ServiceProvider object.


Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.