Uses of Interface
org.jasig.portlet.emailpreview.service.auth.IAuthenticationService

Packages that use IAuthenticationService
org.jasig.portlet.emailpreview.controller   
org.jasig.portlet.emailpreview.service.auth   
 

Uses of IAuthenticationService in org.jasig.portlet.emailpreview.controller
 

Methods in org.jasig.portlet.emailpreview.controller that return types with arguments of type IAuthenticationService
 Collection<IAuthenticationService> MailStoreConfigurationController.getAuthServices()
           
 

Uses of IAuthenticationService in org.jasig.portlet.emailpreview.service.auth
 

Classes in org.jasig.portlet.emailpreview.service.auth that implement IAuthenticationService
 class CachedPasswordAuthenticationServiceImpl
           
 class PortletPreferencesCredentialsAuthenticationServiceImpl
           
 

Methods in org.jasig.portlet.emailpreview.service.auth that return IAuthenticationService
 IAuthenticationService IAuthenticationServiceRegistry.getAuthenticationService(String key)
          Return an instance of the authentication service associated with the supplied key.
 IAuthenticationService AuthenticationServiceRegistryImpl.getAuthenticationService(String key)
           
 

Methods in org.jasig.portlet.emailpreview.service.auth that return types with arguments of type IAuthenticationService
 Collection<IAuthenticationService> IAuthenticationServiceRegistry.getServices()
          Return a list of all currently-registered authentication services.
 Collection<IAuthenticationService> AuthenticationServiceRegistryImpl.getServices()
           
 

Methods in org.jasig.portlet.emailpreview.service.auth with parameters of type IAuthenticationService
 void IAuthenticationServiceRegistry.registerService(IAuthenticationService authService)
          Register a authentication service.
 void AuthenticationServiceRegistryImpl.registerService(IAuthenticationService authService)
           
 

Method parameters in org.jasig.portlet.emailpreview.service.auth with type arguments of type IAuthenticationService
 void AuthenticationServiceRegistryImpl.setServices(Collection<IAuthenticationService> services)
           
 



Copyright © 2010 Jasig. All Rights Reserved.