public interface ServiceProviderService
| Modifier and Type | Method and Description |
|---|---|
List<ServiceProvider> |
getAllServiceProviders()
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.
|
List<ServiceProvider> |
getLinkedServiceProviders(String idpId)
Get a list of all Service Providers that are linked to the given idpIdp
|
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 onServiceProviderList<ServiceProvider> getLinkedServiceProviders(String idpId)
idpId - the entity id of the IdentityProviderServiceProvider'sServiceProvider 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()
ServiceProviderCopyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.