public interface IAuthenticationService
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationParameter> |
getAdminConfigurationParameters() |
javax.mail.Authenticator |
getAuthenticator(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
Map<String,ConfigurationParameter> |
getConfigurationParametersMap() |
org.apache.http.auth.Credentials |
getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config)
Returns a credentials object.
|
String |
getKey()
Return the unique key for this authentication service.
|
String |
getMailAccountName(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
List<ConfigurationParameter> |
getUserConfigurationParameters() |
boolean |
isConfigured(javax.portlet.PortletRequest request,
MailStoreConfiguration config)
True if the specified parameters contain enough information
to build a valid Authenticator if they were passed to the
getAuthenticator(PortletRequest, MailStoreConfiguration) method. |
String getKey()
boolean isConfigured(javax.portlet.PortletRequest request,
MailStoreConfiguration config)
True if the specified parameters contain enough information
to build a valid Authenticator if they were passed to the
getAuthenticator(PortletRequest, MailStoreConfiguration) method.request - config - javax.mail.Authenticator getAuthenticator(javax.portlet.PortletRequest request,
MailStoreConfiguration config)
request - config - org.apache.http.auth.Credentials getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config)
req - config - String getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
List<ConfigurationParameter> getAdminConfigurationParameters()
List<ConfigurationParameter> getUserConfigurationParameters()
Map<String,ConfigurationParameter> getConfigurationParametersMap()
Copyright © 2015 Jasig. All Rights Reserved.