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.ConfigSection
Alfresco Configuration Section Class
- Author:
- gkspencer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClass constructor -
Method Summary
Modifier and TypeMethodDescriptionfinal AuthenticationComponentReturn the authentication componentfinal AuthenticationServiceReturn the authentication servicefinal AuthorityServiceReturn the authority servicefinal NamespaceServiceReturn the namespace servicefinal NodeServiceReturn the node servicefinal PersonServiceReturn the person servicefinal org.alfresco.jlan.server.filesys.DiskInterfaceReturn the repository disk interface to be used to create sharesfinal SearchServiceReturn the search servicefinal TenantServiceReturn the tenant servicefinal TransactionServiceReturn the transaction serviceMethods inherited from class org.alfresco.jlan.server.config.ConfigSection
closeConfig, fireConfigurationChange, getSectionName, getServerConfiguration, isUpdated, setUpdated
-
Field Details
-
SectionName
- See Also:
-
-
Constructor Details
-
AlfrescoConfigSection
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
Return the authentication service- Returns:
- AuthenticationService
-
getAuthenticationComponent
Return the authentication component- Returns:
- AuthenticationComponent
-
getNodeService
Return the node service- Returns:
- NodeService
-
getPersonService
Return the person service- Returns:
- PersonService
-
getTransactionService
Return the transaction service- Returns:
- TransactionService
-
getTenantService
Return the tenant service- Returns:
- TenantService
-
getSearchService
Return the search service- Returns:
- SearchService
-
getNamespaceService
Return the namespace service- Returns:
- NamespaceService
-
getAuthorityService
Return the authority service- Returns:
- AuthorityService
-