Package org.alfresco.filesys
Class AlfrescoConfigSection
- java.lang.Object
-
- org.alfresco.jlan.server.config.ConfigSection
-
- org.alfresco.filesys.AlfrescoConfigSection
-
public class AlfrescoConfigSection extends org.alfresco.jlan.server.config.ConfigSectionAlfresco Configuration Section Class- Author:
- gkspencer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSectionName
-
Constructor Summary
Constructors Constructor Description AlfrescoConfigSection(AbstractServerConfigurationBean config)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationComponentgetAuthenticationComponent()Return the authentication componentAuthenticationServicegetAuthenticationService()Return the authentication serviceAuthorityServicegetAuthorityService()Return the authority serviceorg.alfresco.service.namespace.NamespaceServicegetNamespaceService()Return the namespace serviceorg.alfresco.service.cmr.repository.NodeServicegetNodeService()Return the node servicePersonServicegetPersonService()Return the person serviceorg.alfresco.jlan.server.filesys.DiskInterfacegetRepoDiskInterface()Return the repository disk interface to be used to create sharesorg.alfresco.service.cmr.search.SearchServicegetSearchService()Return the search serviceorg.alfresco.repo.tenant.TenantServicegetTenantService()Return the tenant serviceTransactionServicegetTransactionService()Return the transaction service
-
-
-
Field Detail
-
SectionName
public static final java.lang.String SectionName
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AlfrescoConfigSection
public AlfrescoConfigSection(AbstractServerConfigurationBean config)
Class constructor- Parameters:
config- ServerConfigurationBean
-
-
Method Detail
-
getRepoDiskInterface
public final org.alfresco.jlan.server.filesys.DiskInterface getRepoDiskInterface()
Return the repository disk interface to be used to create shares- Returns:
- DiskInterface
-
getAuthenticationService
public final AuthenticationService getAuthenticationService()
Return the authentication service- Returns:
- AuthenticationService
-
getAuthenticationComponent
public final AuthenticationComponent getAuthenticationComponent()
Return the authentication component- Returns:
- AuthenticationComponent
-
getNodeService
public final org.alfresco.service.cmr.repository.NodeService getNodeService()
Return the node service- Returns:
- NodeService
-
getPersonService
public final PersonService getPersonService()
Return the person service- Returns:
- PersonService
-
getTransactionService
public final TransactionService getTransactionService()
Return the transaction service- Returns:
- TransactionService
-
getTenantService
public final org.alfresco.repo.tenant.TenantService getTenantService()
Return the tenant service- Returns:
- TenantService
-
getSearchService
public final org.alfresco.service.cmr.search.SearchService getSearchService()
Return the search service- Returns:
- SearchService
-
getNamespaceService
public final org.alfresco.service.namespace.NamespaceService getNamespaceService()
Return the namespace service- Returns:
- NamespaceService
-
getAuthorityService
public final AuthorityService getAuthorityService()
Return the authority service- Returns:
- AuthorityService
-
-