public interface ICredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Authenticator |
getAuthenticator()
Returns a Javamail Authenticator object for the current operation.
|
org.apache.http.auth.Credentials |
getCredentials()
Returns an Apache Credentials object for the current operation.
|
String |
getUsername()
Returns the username.
|
void |
initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService)
Initializes the credentials provider service.
|
void initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService)
request - Portlet requestconfig - Mail configurationauthService - Authentication serviceorg.apache.http.auth.Credentials getCredentials()
javax.mail.Authenticator getAuthenticator()
String getUsername()
Copyright © 2015 Jasig. All Rights Reserved.