org.jasig.portlet.emailpreview.service.auth
Interface IAuthenticationService
- All Known Implementing Classes:
- CachedPasswordAuthenticationServiceImpl, PortletPreferencesCredentialsAuthenticationServiceImpl
public interface IAuthenticationService
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.