nl.surfnet.coin.selfservice.service
Interface IdentityProviderService

All Known Implementing Classes:
FederationProviderService

public interface IdentityProviderService

Interface of Identity Provider Services.


Method Summary
 IdentityProvider getIdentityProvider(String idpEntityId)
          Get an identity provider by its id.
 List<IdentityProvider> getInstituteIdentityProviders(String instituteId)
          Get a list of all idps that have the same instituteId as the given one.
 

Method Detail

getIdentityProvider

IdentityProvider getIdentityProvider(String idpEntityId)
Get an identity provider by its id.

Parameters:
idpEntityId - the id.
Returns:
IdentityProvider

getInstituteIdentityProviders

List<IdentityProvider> getInstituteIdentityProviders(String instituteId)
Get a list of all idps that have the same instituteId as the given one.

Parameters:
instituteId - the instituteId
Returns:
List<IdentityProvider>


Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.