public interface ServiceProviderService
| Modifier and Type | Method and Description |
|---|---|
List<ServiceProvider> |
getAllServiceProviders(boolean includeArps)
Get a list of all available Service Providers (IDP independent).
|
List<ServiceProvider> |
getAllServiceProviders(String idpId)
Get a list of all available Service Providers for the given idpId.
|
ServiceProvider |
getServiceProvider(String spEntityId)
Get a
ServiceProvider by its entity ID, without a idpEntityId |
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.ServiceProvider getServiceProvider(String spEntityId)
ServiceProvider by its entity ID, without a idpEntityIdspEntityId - the entity id of the ServiceProviderServiceProvider object.List<ServiceProvider> getAllServiceProviders(boolean includeArps)
ServiceProviderCopyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.