public class AlfrescoConfigSection
extends org.alfresco.jlan.server.config.ConfigSection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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.jlan.server.filesys.DiskInterface |
getAvmDiskInterface()
Return the disk interface to be used to create AVM filesystem shares
|
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 java.lang.String SectionName
public AlfrescoConfigSection(AbstractServerConfigurationBean config)
config - ServerConfigurationBeanpublic final org.alfresco.jlan.server.filesys.DiskInterface getRepoDiskInterface()
public final org.alfresco.jlan.server.filesys.DiskInterface getAvmDiskInterface()
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 - 2010 Alfresco Software, Inc. All Rights Reserved.