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

All Known Implementing Classes:
CachedPasswordAuthenticationServiceImpl, PortletPreferencesCredentialsAuthenticationServiceImpl

public interface IAuthenticationService


Method Summary
 List<ConfigurationParameter> getAdminConfigurationParameters()
           
 Authenticator getAuthenticator(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String getKey()
          Return the unique key for this authentication service.
 List<ConfigurationParameter> getUserConfigurationParameters()
           
 

Method Detail

getKey

String getKey()
Return the unique key for this authentication service. This key will be used to retrieve an authentication service instance from the registry.

Returns:

getAuthenticator

Authenticator getAuthenticator(javax.portlet.PortletRequest request,
                               MailStoreConfiguration config)
Parameters:
request -
config -
Returns:

getAdminConfigurationParameters

List<ConfigurationParameter> getAdminConfigurationParameters()

getUserConfigurationParameters

List<ConfigurationParameter> getUserConfigurationParameters()


Copyright © 2010 Jasig. All Rights Reserved.