org.jasig.portlet.emailpreview.service.auth
Interface IAuthenticationServiceRegistry

All Known Implementing Classes:
AuthenticationServiceRegistryImpl

public interface IAuthenticationServiceRegistry


Method Summary
 IAuthenticationService getAuthenticationService(String key)
          Return an instance of the authentication service associated with the supplied key.
 Collection<IAuthenticationService> getServices()
          Return a list of all currently-registered authentication services.
 

Method Detail

getAuthenticationService

IAuthenticationService getAuthenticationService(String key)
Return an instance of the authentication service associated with the supplied key. If no matching authentication service can be found, this method will return null.

Parameters:
key -
Returns:

getServices

Collection<IAuthenticationService> getServices()
Return a list of all currently-registered authentication services.

Returns:


Copyright © 2013 Jasig. All Rights Reserved.