Class AlfrescoConfigSection


  • public class AlfrescoConfigSection
    extends org.alfresco.jlan.server.config.ConfigSection
    Alfresco Configuration Section Class
    Author:
    gkspencer
    • 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