| Package | Description |
|---|---|
| org.alfresco.filesys |
The Alfresco file system interface implementation
|
| org.alfresco.filesys.auth.cifs |
Provides authentication implementations for CIFS
|
| org.alfresco.filesys.auth.ftp | |
| org.alfresco.filesys.repo |
The Alfesco filesystem to repository translation layer
|
| org.alfresco.opencmis | |
| org.alfresco.repo.action.executer | |
| org.alfresco.repo.activities.feed | |
| org.alfresco.repo.coci | |
| org.alfresco.repo.content.http | |
| org.alfresco.repo.exporter | |
| org.alfresco.repo.forms.processor.workflow | |
| org.alfresco.repo.imap |
The implementation of the Alfresco Imap Server
|
| org.alfresco.repo.importer | |
| org.alfresco.repo.lock | |
| org.alfresco.repo.lock.mem | |
| org.alfresco.repo.ownable.impl | |
| org.alfresco.repo.remote | |
| org.alfresco.repo.security.authentication | |
| org.alfresco.repo.security.authentication.subsystems | |
| org.alfresco.repo.security.authority | |
| org.alfresco.repo.security.permissions.impl.acegi | |
| org.alfresco.service.cmr.security |
| 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 |
ContentDiskDriver.getAuthenticationService()
Return the authentication service
|
AuthenticationService |
ContentIOControlHandler.getAuthenticationService() |
AuthenticationService |
ContentDiskDriver2.getAuthenticationService()
Return the authentication service
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentDiskDriver.setAuthenticationService(AuthenticationService authService)
Set the authentication service
|
void |
ContentIOControlHandler.setAuthenticationService(AuthenticationService authService) |
void |
ContentDiskDriver2.setAuthenticationService(AuthenticationService authService)
Set the 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 | Interface and Description |
|---|---|
interface |
MutableAuthenticationService
An extended
AuthenticationService that allows mutation of some or all of its user accounts. |
Copyright © 2005–2018 Alfresco Software. All rights reserved.