Class AlfrescoConfigSection

java.lang.Object
org.alfresco.jlan.server.config.ConfigSection
org.alfresco.filesys.AlfrescoConfigSection

public class AlfrescoConfigSection extends org.alfresco.jlan.server.config.ConfigSection
Alfresco Configuration Section Class
Author:
gkspencer
  • Field Details

  • Constructor Details

    • AlfrescoConfigSection

      public AlfrescoConfigSection(AbstractServerConfigurationBean config)
      Class constructor
      Parameters:
      config - ServerConfigurationBean
  • Method Details

    • 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 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 TenantService getTenantService()
      Return the tenant service
      Returns:
      TenantService
    • getSearchService

      public final SearchService getSearchService()
      Return the search service
      Returns:
      SearchService
    • getNamespaceService

      public final NamespaceService getNamespaceService()
      Return the namespace service
      Returns:
      NamespaceService
    • getAuthorityService

      public final AuthorityService getAuthorityService()
      Return the authority service
      Returns:
      AuthorityService