public interface ServiceProviderService
| 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)
Get a
ServiceProvider by its entity ID. |
List<ServiceProvider> getAllServiceProviders(String idpId)
idpId - the IDP entity ID to filter onServiceProviderServiceProvider getServiceProvider(String spEntityId, String idpEntityId)
ServiceProvider by its entity ID.spEntityId - the entity id of the ServiceProvideridpEntityId - the entity id of the Identity Provider.ServiceProvider object.Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.