|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jlan.server.config.ServerConfiguration
org.alfresco.filesys.AbstractServerConfigurationBean
org.alfresco.filesys.ServerConfigurationBean
public class ServerConfigurationBean
Alfresco File Server Configuration Bean Class
Field Summary | |
---|---|
static java.lang.String |
SERVER_CONFIGURATION
|
Constructor Summary | |
---|---|
ServerConfigurationBean()
Default constructor |
|
ServerConfigurationBean(java.lang.String srvName)
Class constructor |
Method Summary | |
---|---|
void |
init()
Initialize the configuration using the configuration service |
protected org.alfresco.jlan.server.auth.acl.AccessControlList |
processAccessControlList(org.alfresco.jlan.server.config.SecurityConfigSection secConfig,
org.springframework.extensions.config.ConfigElement aclsElem)
Process an access control sub-section and return the access control list |
protected void |
processCIFSServerConfig()
Process the CIFS server configuration |
protected void |
processCIFSServerConfig(org.springframework.extensions.config.Config config)
Process the CIFS server configuration |
protected void |
processCoreServerConfig()
Process the core server configuration |
protected void |
processCoreServerConfig(org.springframework.extensions.config.Config config)
Process the core server configuration |
protected DesktopActionTable |
processDesktopActions(org.springframework.extensions.config.ConfigElement deskActionElem,
org.alfresco.jlan.server.filesys.DiskSharedDevice fileSys)
Process a desktop actions sub-section and return the desktop action table |
protected void |
processFilesystemsConfig()
Process the filesystems configuration |
protected void |
processFilesystemsConfig(org.springframework.extensions.config.Config config)
Process the filesystems configuration |
protected void |
processFTPServerConfig()
Process the FTP server configuration |
protected void |
processFTPServerConfig(org.springframework.extensions.config.Config config)
Process the FTP server configuration |
protected void |
processNFSServerConfig()
Process the NFS server configuration |
protected void |
processNFSServerConfig(org.springframework.extensions.config.Config config)
Process the NFS server configuration |
protected void |
processSecurityConfig()
Process the security configuration |
protected void |
processSecurityConfig(org.springframework.extensions.config.Config config)
Process the security configuration |
protected void |
processWINSServerConfig()
Parse the CIFS server config section to get the WINS server details, if available |
protected void |
processWINSServerConfig(org.springframework.extensions.config.Config config)
Parse the CIFS server config section to get the WINS server details, if available |
void |
setConfigService(org.springframework.extensions.config.ConfigService configService)
Set the configuration service |
Methods inherited from class org.alfresco.jlan.server.config.ServerConfiguration |
---|
addConfigSection, addListener, addServer, findServer, fireConfigurationChange, getConfigSection, getPlatformType, getPlatformTypeString, getServer, getServerName, hasConfigSection, hasConfigurationListeners, isServerRunning, isUpdated, loadConfiguration, numberOfServers, removeAllConfigSections, removeConfigSection, removeListener, removeServer, saveConfiguration, setServerName, setUpdated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.jlan.server.config.ServerConfigurationAccessor |
---|
getConfigSection, getServerName, isServerRunning |
Field Detail |
---|
public static final java.lang.String SERVER_CONFIGURATION
Constructor Detail |
---|
public ServerConfigurationBean()
public ServerConfigurationBean(java.lang.String srvName)
srvName
- StringMethod Detail |
---|
public void setConfigService(org.springframework.extensions.config.ConfigService configService)
configService
- ConfigServicepublic void init()
init
in class AbstractServerConfigurationBean
protected void processCIFSServerConfig()
processCIFSServerConfig
in class AbstractServerConfigurationBean
protected void processCIFSServerConfig(org.springframework.extensions.config.Config config)
config
- Configprotected void processFTPServerConfig()
processFTPServerConfig
in class AbstractServerConfigurationBean
protected void processFTPServerConfig(org.springframework.extensions.config.Config config)
config
- Configprotected void processNFSServerConfig()
processNFSServerConfig
in class AbstractServerConfigurationBean
protected void processNFSServerConfig(org.springframework.extensions.config.Config config)
config
- Configprotected void processFilesystemsConfig()
processFilesystemsConfig
in class AbstractServerConfigurationBean
protected void processFilesystemsConfig(org.springframework.extensions.config.Config config)
config
- Configprotected void processSecurityConfig()
processSecurityConfig
in class AbstractServerConfigurationBean
protected void processSecurityConfig(org.springframework.extensions.config.Config config)
config
- Configprotected void processCoreServerConfig() throws org.alfresco.jlan.server.config.InvalidConfigurationException
processCoreServerConfig
in class AbstractServerConfigurationBean
config
- Config
org.alfresco.jlan.server.config.InvalidConfigurationException
protected void processCoreServerConfig(org.springframework.extensions.config.Config config) throws org.alfresco.jlan.server.config.InvalidConfigurationException
config
- Config
org.alfresco.jlan.server.config.InvalidConfigurationException
protected org.alfresco.jlan.server.auth.acl.AccessControlList processAccessControlList(org.alfresco.jlan.server.config.SecurityConfigSection secConfig, org.springframework.extensions.config.ConfigElement aclsElem)
secConfig
- SecurityConfigSectionaclsElem
- ConfigElementprotected DesktopActionTable processDesktopActions(org.springframework.extensions.config.ConfigElement deskActionElem, org.alfresco.jlan.server.filesys.DiskSharedDevice fileSys)
deskActionElem
- ConfigElementfileSys
- DiskSharedDeviceprotected void processWINSServerConfig(org.springframework.extensions.config.Config config)
config
- Configprotected void processWINSServerConfig()
processWINSServerConfig
in class AbstractServerConfigurationBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |