|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
List<ServiceProvider> getAllServiceProviders(String idpId)
idpId - the IDP entity ID to filter on
ServiceProviderList<ServiceProvider> getLinkedServiceProviders(String idpId)
idpId - the entity id of the IdentityProvider
ServiceProvider's
ServiceProvider 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||