org.jasig.portlet.emailpreview.service.auth
Class PortletPreferencesCredentialsAuthenticationServiceImpl
java.lang.Object
org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
- All Implemented Interfaces:
- IAuthenticationService
public class PortletPreferencesCredentialsAuthenticationServiceImpl
- extends Object
- implements IAuthenticationService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
protected static final String KEY
- See Also:
- Constant Field Values
USERNAME_KEY
protected static final String USERNAME_KEY
- See Also:
- Constant Field Values
PASSWORD_KEY
protected static final String PASSWORD_KEY
- See Also:
- Constant Field Values
PortletPreferencesCredentialsAuthenticationServiceImpl
public PortletPreferencesCredentialsAuthenticationServiceImpl()
getAuthenticator
public Authenticator getAuthenticator(javax.portlet.PortletRequest request,
MailStoreConfiguration config)
- Specified by:
getAuthenticator in interface IAuthenticationService
- Returns:
getKey
public String getKey()
- Description copied from interface:
IAuthenticationService
- Return the unique key for this authentication service. This key will be used
to retrieve an authentication service instance from the registry.
- Specified by:
getKey in interface IAuthenticationService
- Returns:
getAdminConfigurationParameters
public List<ConfigurationParameter> getAdminConfigurationParameters()
- Specified by:
getAdminConfigurationParameters in interface IAuthenticationService
getUserConfigurationParameters
public List<ConfigurationParameter> getUserConfigurationParameters()
- Specified by:
getUserConfigurationParameters in interface IAuthenticationService
Copyright © 2010 Jasig. All Rights Reserved.