| Modifier and Type | Method and Description |
|---|---|
Collection<IAuthenticationService> |
MailStoreConfigurationController.getAuthServices() |
List<IAuthenticationService> |
MailStoreConfigurationController.getAvailableAuthServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailCredentialsProvider.initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ICredentialsProvider.initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService)
Initializes the credentials provider service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCredentialsAuthenticationService
Description
|
class |
CachedPasswordAuthenticationService |
class |
DemoAuthenticationService |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationService |
AuthenticationServiceRegistryImpl.getAuthenticationService(String key) |
IAuthenticationService |
IAuthenticationServiceRegistry.getAuthenticationService(String key)
Return an instance of the authentication service associated with the supplied key.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IAuthenticationService> |
AuthenticationServiceRegistryImpl.getServices() |
Collection<IAuthenticationService> |
IAuthenticationServiceRegistry.getServices()
Return a list of all currently-registered authentication services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CasAuthenticationService |
| Modifier and Type | Class and Description |
|---|---|
class |
PortletPreferencesCredentialsAuthenticationService |
| Modifier and Type | Method and Description |
|---|---|
static String |
EmailAccountUtils.determineUserEmailAddress(javax.portlet.PortletRequest req,
MailStoreConfiguration config,
IAuthenticationService authService) |
Copyright © 2014 Jasig. All Rights Reserved.