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
|
NamespaceService |
getNamespaceService()
Return the namespace service
|
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
|
SearchService |
getSearchService()
Return the search service
|
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 NodeService getNodeService()
public final PersonService getPersonService()
public final TransactionService getTransactionService()
public final TenantService getTenantService()
public final SearchService getSearchService()
public final NamespaceService getNamespaceService()
public final AuthorityService getAuthorityService()
Copyright © 2005–2021 Alfresco Software. All rights reserved.