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

java.lang.Object
  extended by org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
All Implemented Interfaces:
IAuthenticationService

public class PortletPreferencesCredentialsAuthenticationServiceImpl
extends Object
implements IAuthenticationService


Field Summary
protected static String KEY
           
protected static String PASSWORD_KEY
           
protected static String USERNAME_KEY
           
 
Constructor Summary
PortletPreferencesCredentialsAuthenticationServiceImpl()
           
 
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

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
Constructor Detail

PortletPreferencesCredentialsAuthenticationServiceImpl

public PortletPreferencesCredentialsAuthenticationServiceImpl()
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.