org.jasig.portlet.emailpreview.service.auth
Class CachedPasswordAuthenticationServiceImpl

java.lang.Object
  extended by 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

Field Summary
protected static String USERNAME_SUFFIX_KEY
           
 
Constructor Summary
CachedPasswordAuthenticationServiceImpl()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME_SUFFIX_KEY

protected static final String USERNAME_SUFFIX_KEY
See Also:
Constant Field Values
Constructor Detail

CachedPasswordAuthenticationServiceImpl

public CachedPasswordAuthenticationServiceImpl()
Method Detail

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.