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   
org.jasig.portlet.emailpreview.service.auth.cas   
org.jasig.portlet.emailpreview.service.auth.pp   
org.jasig.portlet.emailpreview.util   
 

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()
           
 List<IAuthenticationService> MailStoreConfigurationController.getAvailableAuthServices()
           
 

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

Classes in org.jasig.portlet.emailpreview.service.auth that implement IAuthenticationService
 class CachedPasswordAuthenticationService
           
 class DemoAuthenticationService
           
 

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)
           
 

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

Classes in org.jasig.portlet.emailpreview.service.auth.cas that implement IAuthenticationService
 class CasAuthenticationService
           
 

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

Classes in org.jasig.portlet.emailpreview.service.auth.pp that implement IAuthenticationService
 class PortletPreferencesCredentialsAuthenticationService
           
 

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

Methods in org.jasig.portlet.emailpreview.util with parameters of type IAuthenticationService
static String EmailAccountUtils.determineUserEmailAddress(javax.portlet.PortletRequest req, MailStoreConfiguration config, IAuthenticationService authService)
           
 



Copyright © 2012 Jasig. All Rights Reserved.