org.jasig.portlet.emailpreview.service.auth
Class BaseCredentialsAuthenticationService
java.lang.Object
org.jasig.portlet.emailpreview.service.auth.BaseCredentialsAuthenticationService
- All Implemented Interfaces:
- IAuthenticationService
- Direct Known Subclasses:
- CachedPasswordAuthenticationService, CasAuthenticationService, PortletPreferencesCredentialsAuthenticationService
public abstract class BaseCredentialsAuthenticationService
- extends Object
- implements IAuthenticationService
Description
- Author:
- James Wennmacher, jwennmacher@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userParameters
protected List<ConfigurationParameter> userParameters
adminParameters
protected List<ConfigurationParameter> adminParameters
configParams
protected Map<String,ConfigurationParameter> configParams
BaseCredentialsAuthenticationService
public BaseCredentialsAuthenticationService()
getConfigurationParametersMap
public Map<String,ConfigurationParameter> getConfigurationParametersMap()
- Specified by:
getConfigurationParametersMap in interface IAuthenticationService
getAdminConfigurationParameters
public List<ConfigurationParameter> getAdminConfigurationParameters()
- Specified by:
getAdminConfigurationParameters in interface IAuthenticationService
getUserConfigurationParameters
public List<ConfigurationParameter> getUserConfigurationParameters()
- Specified by:
getUserConfigurationParameters in interface IAuthenticationService
setUserParameters
protected void setUserParameters(List<ConfigurationParameter> params)
setAdminParameters
protected void setAdminParameters(List<ConfigurationParameter> params)
setConfigParams
protected void setConfigParams(Map<String,ConfigurationParameter> params)
createMailAccountName
protected String createMailAccountName(String accountName,
MailStoreConfiguration config)
createNTCredentials
protected org.apache.http.auth.Credentials createNTCredentials(String ntlmDomain,
String username,
String password)
Copyright © 2013 Jasig. All Rights Reserved.