public class CompositeServiceProviderService extends Object implements ServiceProviderService
| Constructor and Description |
|---|
CompositeServiceProviderService() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceProvider> |
getAllServiceProviders(String idpId)
Get a list of all available Service Providers for the given idpId.
|
ServiceProvider |
getServiceProvider(String spEntityId,
String idpEntityId)
Returns the first SP found or null if none found.
|
void |
setServiceProviderServices(List<ServiceProviderService> serviceProviderServices) |
public List<ServiceProvider> getAllServiceProviders(String idpId)
ServiceProviderServicegetAllServiceProviders in interface ServiceProviderServiceidpId - the IDP entity ID to filter onServiceProviderpublic ServiceProvider getServiceProvider(String spEntityId, String idpEntityId)
getServiceProvider in interface ServiceProviderServicespEntityId - idpEntityId - public void setServiceProviderServices(List<ServiceProviderService> serviceProviderServices)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.