public class AlfrescoConfigSection
extends org.alfresco.jlan.server.config.ConfigSection
Modifier and Type | Field and Description |
---|---|
static String |
SectionName |
Constructor and Description |
---|
AlfrescoConfigSection(AbstractServerConfigurationBean config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
AuthenticationComponent |
getAuthenticationComponent()
Return the authentication component
|
AuthenticationService |
getAuthenticationService()
Return the authentication service
|
AuthorityService |
getAuthorityService()
Return the authority service
|
org.alfresco.service.namespace.NamespaceService |
getNamespaceService()
Return the namespace service
|
org.alfresco.service.cmr.repository.NodeService |
getNodeService()
Return the node service
|
PersonService |
getPersonService()
Return the person service
|
org.alfresco.jlan.server.filesys.DiskInterface |
getRepoDiskInterface()
Return the repository disk interface to be used to create shares
|
org.alfresco.service.cmr.search.SearchService |
getSearchService()
Return the search service
|
org.alfresco.repo.tenant.TenantService |
getTenantService()
Return the tenant service
|
TransactionService |
getTransactionService()
Return the transaction service
|
public static final String SectionName
public AlfrescoConfigSection(AbstractServerConfigurationBean config)
config
- ServerConfigurationBeanpublic final org.alfresco.jlan.server.filesys.DiskInterface getRepoDiskInterface()
public final AuthenticationService getAuthenticationService()
public final AuthenticationComponent getAuthenticationComponent()
public final org.alfresco.service.cmr.repository.NodeService getNodeService()
public final PersonService getPersonService()
public final TransactionService getTransactionService()
public final org.alfresco.repo.tenant.TenantService getTenantService()
public final org.alfresco.service.cmr.search.SearchService getSearchService()
public final org.alfresco.service.namespace.NamespaceService getNamespaceService()
public final AuthorityService getAuthorityService()
Copyright © 2005–2017 Alfresco Software. All rights reserved.