nl.surfnet.coin.portal.service.impl
Class IdentityProviderServiceImpl

java.lang.Object
  extended by nl.surfnet.coin.portal.service.impl.IdentityProviderServiceImpl
All Implemented Interfaces:
IdentityProviderService

@Component(value="identityProviderService")
public class IdentityProviderServiceImpl
extends Object
implements IdentityProviderService

IdentityProviderService


Constructor Summary
IdentityProviderServiceImpl()
           
 
Method Summary
 List<IdentityProvider> getIdps()
          

Gets the metadata from the configured location and returns a List of IdentityProviders

 void setEnvironment(CoinEnvironment environment)
           
 void setErrorMessageMailer(nl.surfnet.coin.shared.service.ErrorMessageMailer errorMessageMailer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityProviderServiceImpl

public IdentityProviderServiceImpl()
Method Detail

setEnvironment

public void setEnvironment(CoinEnvironment environment)

getIdps

public List<IdentityProvider> getIdps()

Gets the metadata from the configured location and returns a List of IdentityProviders

Specified by:
getIdps in interface IdentityProviderService
Returns:
List of IdentityProviders, can be empty

setErrorMessageMailer

public void setErrorMessageMailer(nl.surfnet.coin.shared.service.ErrorMessageMailer errorMessageMailer)


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