| 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 |
AVMDiskDriver.getAuthenticationService()
Return the authentication service
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMDiskDriver.setAuthenticationService(AuthenticationService authService)
Set the authentication service
|
| 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 | 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 |
ActionServiceTransportImpl.setAuthenticationService(AuthenticationService 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 |
AVMSyncServiceTransportImpl.setAuthenticationService(AuthenticationService service) |
void |
AVMRemoteTransportService.setAuthenticationService(AuthenticationService service) |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationService |
CltBase.fAuthenticationService
The Authentication Service.
|
| 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) |
| Constructor and Description |
|---|
HttpAlfrescoContentReader(TransactionService transactionService,
AuthenticationService authenticationService,
String baseHttpUrl,
String contentUrl) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationService |
DeploymentReceiverAuthenticatorAuthenticationService.getAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentReceiverAuthenticatorAuthenticationService.setAuthenticationService(AuthenticationService authenticationService) |
| 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 |
ReauthenticatingAdvice.setAuthenticationService(AuthenticationService service)
Setter.
|
void |
RepoRemoteTransportService.setAuthenticationService(AuthenticationService service)
Set the AuthenticationService instance.
|
| 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 abstract List<AuthenticationService> |
AbstractChainingAuthenticationService.getUsableAuthenticationServices()
Gets the authentication services across which methods will chain.
|
protected List<AuthenticationService> |
ChainingAuthenticationServiceImpl.getUsableAuthenticationServices() |
| 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
|
void |
ACLEntryAfterInvocationProvider.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–2014 Alfresco Software. All rights reserved.