Uses of Class
org.jasig.portlet.emailpreview.service.ConfigurationParameter

Packages that use ConfigurationParameter
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.service.link   
 

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

Methods in org.jasig.portlet.emailpreview.controller that return types with arguments of type ConfigurationParameter
 Map<String,List<ConfigurationParameter>> MailStoreConfigurationController.getServiceParameters(javax.portlet.PortletRequest request)
           
 

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

Methods in org.jasig.portlet.emailpreview.service.auth that return types with arguments of type ConfigurationParameter
 List<ConfigurationParameter> IAuthenticationService.getAdminConfigurationParameters()
           
 List<ConfigurationParameter> DemoAuthenticationService.getAdminConfigurationParameters()
           
 List<ConfigurationParameter> CachedPasswordAuthenticationService.getAdminConfigurationParameters()
           
 Map<String,ConfigurationParameter> IAuthenticationService.getConfigurationParametersMap()
           
 Map<String,ConfigurationParameter> DemoAuthenticationService.getConfigurationParametersMap()
           
 Map<String,ConfigurationParameter> CachedPasswordAuthenticationService.getConfigurationParametersMap()
           
 List<ConfigurationParameter> IAuthenticationService.getUserConfigurationParameters()
           
 List<ConfigurationParameter> DemoAuthenticationService.getUserConfigurationParameters()
           
 List<ConfigurationParameter> CachedPasswordAuthenticationService.getUserConfigurationParameters()
           
 

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

Methods in org.jasig.portlet.emailpreview.service.auth.cas that return types with arguments of type ConfigurationParameter
 List<ConfigurationParameter> CasAuthenticationService.getAdminConfigurationParameters()
           
 Map<String,ConfigurationParameter> CasAuthenticationService.getConfigurationParametersMap()
           
 List<ConfigurationParameter> CasAuthenticationService.getUserConfigurationParameters()
           
 

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

Methods in org.jasig.portlet.emailpreview.service.auth.pp that return types with arguments of type ConfigurationParameter
 List<ConfigurationParameter> PortletPreferencesCredentialsAuthenticationService.getAdminConfigurationParameters()
           
 Map<String,ConfigurationParameter> PortletPreferencesCredentialsAuthenticationService.getConfigurationParametersMap()
           
 List<ConfigurationParameter> PortletPreferencesCredentialsAuthenticationService.getUserConfigurationParameters()
           
 

Uses of ConfigurationParameter in org.jasig.portlet.emailpreview.service.link
 

Methods in org.jasig.portlet.emailpreview.service.link that return types with arguments of type ConfigurationParameter
 List<ConfigurationParameter> SimpleEmailLinkServiceImpl.getAdminConfigurationParameters()
           
 List<ConfigurationParameter> IEmailLinkService.getAdminConfigurationParameters()
           
 List<ConfigurationParameter> SimpleEmailLinkServiceImpl.getUserConfigurationParameters()
           
 List<ConfigurationParameter> IEmailLinkService.getUserConfigurationParameters()
           
 



Copyright © 2012 Jasig. All Rights Reserved.