Modifier and Type | Method and Description |
---|---|
protected AuthenticationService |
AbstractServerConfigurationBean.getAuthenticationService()
Return the authentication service
|
AuthenticationService |
AlfrescoConfigSection.getAuthenticationService()
Return the authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerConfigurationBean.setAuthenticationService(AuthenticationService authenticationService)
Set the authentication service
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationService |
CifsAuthenticatorBase.getAuthenticationService()
Return the authentication service.
|
Modifier and Type | Method and Description |
---|---|
void |
CifsAuthenticatorBase.setAuthenticationService(AuthenticationService authenticationService)
Sets the authentication service.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationService |
FTPAuthenticatorBase.getAuthenticationService()
Return the authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
FTPAuthenticatorBase.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
ContentIOControlHandler.getAuthenticationService() |
AuthenticationService |
ContentDiskDriver.getAuthenticationService()
Return the authentication service
|
AuthenticationService |
ContentDiskDriver2.getAuthenticationService()
Return the authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
ContentIOControlHandler.setAuthenticationService(AuthenticationService authService) |
void |
ContentDiskDriver.setAuthenticationService(AuthenticationService authService)
Set the authentication service
|
void |
ContentDiskDriver2.setAuthenticationService(AuthenticationService authService)
Set the authentication service
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
AbstractAlfrescoDwsServiceHandler.authenticationService |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
AbstractAlfrescoMethodHandler.getAuthenticationService()
Get authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAlfrescoMethodHandler.setAuthenticationService(AuthenticationService authenticationService)
Set authentication service
|
void |
AlfrescoMeetingServiceHandler.setAuthenticationService(AuthenticationService authenticationService) |
void |
AlfrescoCheckOutCheckInServiceHandler.setAuthenticationService(AuthenticationService authenticationService) |
void |
AbstractAlfrescoDwsServiceHandler.setAuthenticationService(AuthenticationService authenticationService)
Set authentication service
|
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
CMISConnector.getAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
void |
CMISConnector.setAuthenticationService(AuthenticationService authenticationService)
Sets the authentication service.
|
Modifier and Type | Method and Description |
---|---|
void |
MailActionExecuter.setAuthenticationService(AuthenticationService authService) |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
AbstractFeedGenerator.getAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFeedGenerator.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
CheckOutCheckInServiceImpl.setAuthenticationService(AuthenticationService authenticationService)
Sets the authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAlfrescoStore.setAuthenticationService(AuthenticationService authenticationService)
Deprecated.
|
Constructor and Description |
---|
HttpAlfrescoContentReader(TransactionService transactionService,
AuthenticationService authenticationService,
String baseHttpUrl,
String contentUrl) |
Modifier and Type | Method and Description |
---|---|
void |
ExporterComponent.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
TaskFormProcessor.authenticationService |
Modifier and Type | Method and Description |
---|---|
void |
TaskFormProcessor.setAuthenticationService(AuthenticationService authenticationService)
Sets the authentication service
|
Constructor and Description |
---|
TaskFormPersister(ContentModelItemData<WorkflowTask> itemData,
org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
AuthenticationService authenticationService,
BehaviourFilter behaviourFilter,
org.apache.commons.logging.Log logger) |
TaskFormProcessor(WorkflowService workflowService,
org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
AuthenticationService authenticationService,
PersonService personService,
FieldProcessorRegistry fieldProcessorRegistry) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
AlfrescoImapUserManager.authenticationService |
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoImapUserManager.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileImporterImpl.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
LockServiceImpl.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
LockableAspectInterceptor.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
OwnableServiceImpl.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
RepoRemoteTransportService.setAuthenticationService(AuthenticationService service)
Set the AuthenticationService instance.
|
void |
ReauthenticatingAdvice.setAuthenticationService(AuthenticationService service)
Setter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationService
Common code for authentication services
|
class |
AbstractChainingAuthenticationService
A base class for chaining authentication services.
|
class |
AuthenticationServiceImpl |
class |
ChainingAuthenticationServiceImpl
This class implements a simple chaining authentication service.
|
class |
MutableAuthenticationServiceImpl
The default implementation of
MutableAuthenticationService . |
Modifier and Type | Method and Description |
---|---|
protected List<AuthenticationService> |
ChainingAuthenticationServiceImpl.getUsableAuthenticationServices() |
protected abstract List<AuthenticationService> |
AbstractChainingAuthenticationService.getUsableAuthenticationServices()
Gets the authentication services across which methods will chain.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractChainingAuthenticationService.getId(AuthenticationService authService)
Should be overridden to returns the ID of the authService for use in debug.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainingAuthenticationServiceImpl.setAuthenticationServices(List<AuthenticationService> authenticationServices) |
Modifier and Type | Class and Description |
---|---|
class |
SubsystemChainingAuthenticationService
An authentication service that chains across beans in multiple child application contexts corresponding to different
'subsystems' in a chain determined by a
ChildApplicationContextManager . |
Modifier and Type | Method and Description |
---|---|
protected List<AuthenticationService> |
SubsystemChainingAuthenticationService.getUsableAuthenticationServices() |
Modifier and Type | Method and Description |
---|---|
protected String |
SubsystemChainingAuthenticationService.getId(AuthenticationService authService) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorityServiceImpl.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
ACLEntryVoter.setAuthenticationService(AuthenticationService authenticationService)
Set the authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
LoginTicketDelete.setAuthenticationService(AuthenticationService authenticationService) |
void |
Authentication.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
void |
JSR168PortletAuthenticatorFactory.setUnprotAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
BasicHttpAuthenticatorFactory.authenticationService |
Modifier and Type | Method and Description |
---|---|
void |
BasicHttpAuthenticatorFactory.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
AbstractWorkflowWebscript.authenticationService |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkflowWebscript.setAuthenticationService(AuthenticationService authenticationService) |
Constructor and Description |
---|
WorkflowModelBuilder(org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.repository.NodeService nodeService,
AuthenticationService authenticationService,
PersonService personService,
WorkflowService workflowService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
WebDAVHelper.getAuthenticationService() |
protected AuthenticationService |
WebDAVMethod.getAuthenticationService()
Convenience method to return the authentication service
|
Modifier and Type | Method and Description |
---|---|
void |
WebDAVHelper.setAuthenticationService(AuthenticationService authService) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
BaseAuthenticationFilter.authenticationService
The authentication service.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAuthenticationFilter.setAuthenticationService(AuthenticationService authenticationService)
Sets the authentication service.
|
void |
SSOFallbackBasicAuthenticationDriver.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
PeopleImpl.authenticationService |
Modifier and Type | Method and Description |
---|---|
void |
PeopleImpl.setAuthenticationService(AuthenticationService authenticationService) |
void |
AuthenticationsImpl.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableAuthenticationService
An extended
AuthenticationService that allows mutation of some or all of its user accounts. |
Modifier and Type | Method and Description |
---|---|
static User |
AuthenticationHelper.portalGuestAuthenticate(org.springframework.web.context.WebApplicationContext ctx,
AuthenticationService auth)
For no previous authentication or forced Guest - attempt Guest access
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationService |
LoginBean.getAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
void |
LoginBean.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
DeleteUserDialog.getAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteUserDialog.setAuthenticationService(AuthenticationService authenticationService) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
AbstractAuthenticationHandler.authenticationService |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthenticationHandler.setAuthenticationService(AuthenticationService authenticationService) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.