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.
 void registerService(IAuthenticationService authService)
          Register a authentication service.
 

Method Detail

registerService

void registerService(IAuthenticationService authService)
Register a authentication service.

Parameters:
authService -

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 © 2012 Jasig. All Rights Reserved.