Modifier and Type | Class and Description |
---|---|
class |
CifsOnlyXMLServerConfiguration
Cifs Only XML File Server Configuration Class
|
class |
XMLServerConfiguration
XML File Server Configuration Class
|
Modifier and Type | Method and Description |
---|---|
protected ServerConfiguration |
JLANCifsServer.loadConfiguration(PrintStream out,
String[] cmdLineArgs)
Load the server configuration, default is to load using an XML configuration file.
|
protected ServerConfiguration |
JLANServer.loadConfiguration(PrintStream out,
String[] cmdLineArgs)
Load the server configuration, default is to load using an XML configuration file.
|
Modifier and Type | Method and Description |
---|---|
protected static NetworkServer |
JLANServerService.createFTPServer(ServerConfiguration config)
Create the FTP server
|
protected NetworkServer |
JLANServer.createFTPServer(ServerConfiguration config)
Create the FTP server
|
protected NetworkServer |
JLANCifsServer.createNetBIOSServer(ServerConfiguration config)
Create the NetBIOS name server
|
protected static NetworkServer |
JLANServerService.createNetBIOSServer(ServerConfiguration config)
Create the NetBIOS name server
|
protected NetworkServer |
JLANServer.createNetBIOSServer(ServerConfiguration config)
Create the NetBIOS name server
|
protected static NetworkServer |
JLANServerService.createNFSMountServer(ServerConfiguration config)
Create the NFS mount server
|
protected NetworkServer |
JLANServer.createNFSMountServer(ServerConfiguration config)
Create the NFS mount server
|
protected static NetworkServer |
JLANServerService.createNFSPortMapper(ServerConfiguration config)
Create the NFS port mapper server
|
protected NetworkServer |
JLANServer.createNFSPortMapper(ServerConfiguration config)
Create the NFS port mapper server
|
protected static NetworkServer |
JLANServerService.createNFSServer(ServerConfiguration config)
Create the NFS server
|
protected NetworkServer |
JLANServer.createNFSServer(ServerConfiguration config)
Create the NFS server
|
protected NetworkServer |
JLANCifsServer.createServer(String className,
ServerConfiguration config)
Create a network server using reflection
|
protected static NetworkServer |
JLANServerService.createServer(String className,
ServerConfiguration config)
Create a network server using reflection
|
protected NetworkServer |
JLANServer.createServer(String className,
ServerConfiguration config)
Create a network server using reflection
|
protected NetworkServer |
JLANCifsServer.createSMBServer(ServerConfiguration config)
Create the SMB server
|
protected static NetworkServer |
JLANServerService.createSMBServer(ServerConfiguration config)
Create the SMB server
|
protected NetworkServer |
JLANServer.createSMBServer(ServerConfiguration config)
Create the SMB server
|
Constructor and Description |
---|
DriveMappingsConfigSection(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
DebugInterfaceBase.initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
Initialize the debug interface using the specified parameters.
|
void |
LogFileDebug.initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
Initialize the debug interface using the specified parameters.
|
void |
JDKLoggingDebug.initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
Initialize the debug interface using the specified parameters.
|
void |
DebugInterface.initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
Initialize the debug interface using the specified named parameters.
|
Constructor and Description |
---|
DebugConfigSection(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterDebug.initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
Initialize the debug interface using the specified named parameters.
|
Modifier and Type | Field and Description |
---|---|
protected ServerConfiguration |
LocalAuthenticator.m_config |
Modifier and Type | Method and Description |
---|---|
int |
FTPServer.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Validate configuration changes that are relevant to the FTP server
|
void |
FTPAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the authenticator
|
void |
LocalAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the FTP authenticator
|
void |
FTPSiteInterface.initializeSiteInterface(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the site interface
|
Constructor and Description |
---|
FTPConfigSection(ServerConfiguration config)
Class constructor
|
FTPServer(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
NetBIOSNameServer.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Validate configuration changes that are relevant to the NetBIOS name server
|
Constructor and Description |
---|
NetBIOSNameServer(ServerConfiguration config)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRpcAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the RPC authenticator
|
void |
RpcAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the RPC authenticator
|
Constructor and Description |
---|
RpcNetworkServer(String name,
ServerConfiguration config)
Class constructor
|
Constructor and Description |
---|
MountServer(ServerConfiguration config)
Class constructor
|
Constructor and Description |
---|
NFSConfigSection(ServerConfiguration config)
Class constructor
|
NFSServer(ServerConfiguration config)
Class constructor
|
Constructor and Description |
---|
PortMapperServer(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
HomeShareMapper.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
configuration changed
|
void |
HomeShareMapper.initializeMapper(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the share mapper
|
Modifier and Type | Method and Description |
---|---|
ServerConfiguration |
NetworkServer.getConfiguration()
Return the server configuration.
|
Constructor and Description |
---|
NetworkServer(String proto,
ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseCifsAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the authenticator
|
void |
CifsAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the authenticator
|
void |
UsersInterface.initializeUsers(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the users interface
|
void |
DefaultUsersInterface.initializeUsers(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the users interface
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlManager.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the access control manager
|
void |
DefaultAccessControlManager.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the access control manager
|
Modifier and Type | Method and Description |
---|---|
void |
PassthruAuthenticator.initialize(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialzie the authenticator
|
Modifier and Type | Method and Description |
---|---|
protected ServerConfiguration |
ConfigSection.getServerConfiguration()
Return the server configuration that this section is associated with
|
Modifier and Type | Method and Description |
---|---|
int |
ConfigurationListener.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Configuration variable changed
|
Constructor and Description |
---|
ConfigSection(String name,
ServerConfiguration config)
Class constructor
|
CoreServerConfigSection(ServerConfiguration config)
Class constructor
|
GlobalConfigSection(ServerConfiguration config)
Class constructor
|
SecurityConfigSection(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
ServerConfiguration |
SharedDevice.getConfiguration()
Return the associated server configuration
|
Modifier and Type | Method and Description |
---|---|
void |
ShareMapper.initializeMapper(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the share mapper
|
void |
SharedDevice.setConfiguration(ServerConfiguration config)
Set the associated server configuration
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultShareMapper.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Configuration changed
|
void |
DefaultShareMapper.initializeMapper(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the share mapper
|
Constructor and Description |
---|
FilesystemsConfigSection(ServerConfiguration config)
Class constructor
|
NetworkFileServer(String proto,
ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
StandaloneFileStateCache.initializeCache(org.springframework.extensions.config.ConfigElement config,
ServerConfiguration srvConfig)
Initialize the file state cache
|
void |
FileStateCache.initializeCache(org.springframework.extensions.config.ConfigElement config,
ServerConfiguration srvConfig)
Initialize the file state cache
|
Modifier and Type | Method and Description |
---|---|
void |
HazelCastClusterFileStateCache.initializeCache(org.springframework.extensions.config.ConfigElement config,
ServerConfiguration srvConfig)
Initialize the file state cache
|
Constructor and Description |
---|
ClusterConfigSection(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
SMBServer.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Validate configuration changes that are relevant to the SMB server
|
Constructor and Description |
---|
CIFSConfigSection(ServerConfiguration config)
Class constructor
|
SMBServer(ServerConfiguration cfg)
Create an SMB server using the specified configuration.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.