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 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 serviceNamespaceServicegetNamespaceService()Return the namespace serviceNodeServicegetNodeService()Return the node servicePersonServicegetPersonService()Return the person serviceorg.alfresco.jlan.server.filesys.DiskInterfacegetRepoDiskInterface()Return the repository disk interface to be used to create sharesSearchServicegetSearchService()Return the search serviceTenantServicegetTenantService()Return the tenant serviceTransactionServicegetTransactionService()Return the transaction service
-
-
-
Field Detail
-
SectionName
public static final 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 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
-
-