org.jasig.portlet.emailpreview.service.auth
Class CachedPasswordAuthenticationServiceImpl
java.lang.Object
org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
- All Implemented Interfaces:
- IAuthenticationService
@Component(value="cachedPasswordAuthenticationService")
public class CachedPasswordAuthenticationServiceImpl
- extends Object
- implements IAuthenticationService
- Version:
- $Revision: 20535 $
- Author:
- Jen Bourey, jbourey@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USERNAME_SUFFIX_KEY
protected static final String USERNAME_SUFFIX_KEY
- See Also:
- Constant Field Values
CachedPasswordAuthenticationServiceImpl
public CachedPasswordAuthenticationServiceImpl()
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.