Modifier and Type | Method and Description |
---|---|
protected void |
CifsOnlyXMLServerConfiguration.addDiskShare(Element disk,
FilesystemsConfigSection filesysConfig)
Add a disk share
|
protected void |
CifsOnlyXMLServerConfiguration.addUser(Element user,
SecurityConfigSection secConfig)
Add a user
|
void |
XMLServerConfiguration.loadConfiguration(Document doc)
Load the configuration from the specified document
|
void |
CifsOnlyXMLServerConfiguration.loadConfiguration(Document doc)
Load the configuration from the specified document
|
void |
CifsOnlyXMLServerConfiguration.loadConfiguration(Reader in)
Load the configuration from the specified input stream
|
void |
CifsOnlyXMLServerConfiguration.loadConfiguration(String fname)
Load the configuration from the specified file.
|
protected InetAddress |
CifsOnlyXMLServerConfiguration.parseAdapterName(String adapter)
Parse an adapter name string and return the matching address
|
protected List<Platform.Type> |
CifsOnlyXMLServerConfiguration.parsePlatformString(String platforms)
Parse a platform type string into a list of platform ids
|
protected AccessControlList |
CifsOnlyXMLServerConfiguration.procAccessControlElement(Element acl,
SecurityConfigSection secConfig)
Process an access control sub-section and return the access control list
|
protected void |
XMLServerConfiguration.procClusterElement(Element cluster)
Process the servers XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procDebugElement(Element debug)
Process the debug XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procDriveMappingsElement(Element mappings)
Process the drive mappings XML element
|
protected void |
XMLServerConfiguration.procFTPServerElement(Element ftp)
Process the FTP server XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procGlobalElement(Element global)
Process the global settings XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procHostElement(Element host,
CIFSConfigSection cifsConfig)
Process the host XML element
|
protected void |
XMLServerConfiguration.procNFSServerElement(Element nfs)
Process the NFS server XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procSecurityElement(Element security)
Process the security XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procServerCoreElement(Element srvCore)
Process the server core settings XML element
|
protected void |
XMLServerConfiguration.procServersElement(Element servers)
Process the servers XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procSharesElement(Element shares)
Process the shares XML element
|
protected void |
CifsOnlyXMLServerConfiguration.procSMBServerElement(Element smb)
Process the SMB server XML element
|
int |
DriveMappingsConfigSection.setMappedDrives(DriveMappingList mappedDrives)
Add a list of mapped drives
|
Modifier and Type | Method and Description |
---|---|
int |
DebugConfigSection.setDebug(String dbgClass,
org.springframework.extensions.config.ConfigElement params)
Set the debug interface to be used to output debug messages.
|
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
|
int |
FTPConfigSection.setAllowAnonymousFTP(boolean ena)
Enable/disable anonymous FTP access
|
int |
FTPConfigSection.setAnonymousFTPAccount(String acc)
Set the anonymous FTP account name
|
int |
FTPConfigSection.setAuthenticator(FTPAuthenticator auth)
Set the authenticator to be used to authenticate FTP users.
|
int |
FTPConfigSection.setAuthenticator(String authClass,
org.springframework.extensions.config.ConfigElement params)
Set the authenticator to be used to authenticate FTP users.
|
int |
FTPConfigSection.setFTPBindAddress(InetAddress addr)
Set the FTP server bind address, may be null to indicate bind to all available addresses
|
int |
FTPConfigSection.setFTPDataPortHigh(int port)
Set the FTP server data port range high value
|
int |
FTPConfigSection.setFTPDataPortLow(int port)
Set the FTP server data port range low value
|
int |
FTPConfigSection.setFTPDebug(int dbg)
Set the FTP debug flags
|
int |
FTPConfigSection.setFTPPort(int port)
Set the FTP server port to use for incoming connections, -1 indicates disable the FTP server
|
int |
FTPConfigSection.setFTPRootPath(String path)
Set the FTP root path
|
int |
FTPConfigSection.setFTPSiteInterface(FTPSiteInterface siteInterface)
Set the FTP SITE interface to handle custom FTP commands
|
int |
FTPConfigSection.setFTPSrvSessionTimeout(int timeout)
Set the FTP server session timeout
|
int |
FTPConfigSection.setKeyStorePassphrase(String passphrase)
Set the key store passphrase
|
int |
FTPConfigSection.setKeyStorePath(String path)
Set the key store path
|
int |
FTPConfigSection.setKeyStoreType(String typ)
Set the key store type
|
int |
FTPConfigSection.setRequireSecureSession(boolean reqSecureSess)
Set the require secure session flag
|
int |
FTPConfigSection.setTrustStorePassphrase(String passphrase)
Set the trust store passphrase
|
int |
FTPConfigSection.setTrustStorePath(String path)
Set the trust store path
|
int |
FTPConfigSection.setTrustStoreType(String typ)
Set the trust store type
|
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
|
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
|
Modifier and Type | Method and Description |
---|---|
int |
NFSConfigSection.setMountServerDebug(boolean dbg)
Enable/disable mount server debug output
|
int |
NFSConfigSection.setMountServerPort(int port)
Set the mount server port
|
int |
NFSConfigSection.setNFSDebug(int dbg)
Set the NFS debug flags
|
int |
NFSConfigSection.setNFSFileCacheCloseTimer(long closeTimer)
Set the NFS file cache close timer, in milliseconds
|
int |
NFSConfigSection.setNFSFileCacheDebug(boolean ena)
Set the NFS file cache debug enable flag
|
int |
NFSConfigSection.setNFSFileCacheIOTimer(long ioTimer)
Set the NFS file cache I/O timer, in milliseconds
|
int |
NFSConfigSection.setNFSPacketPoolSize(int poolSize)
Set the NFS packet pool size
|
int |
NFSConfigSection.setNFSPortMapper(boolean ena)
Set the NFS port mapper enable flag
|
int |
NFSConfigSection.setNFSServerPort(int port)
Set the NFS server port
|
int |
NFSConfigSection.setNFSThreadPoolSize(int poolSize)
Set the NFS thread pool size
|
int |
NFSConfigSection.setPortMapperDebug(boolean dbg)
Enable/disable port mapper debug output
|
int |
NFSConfigSection.setPortMapperPort(int port)
Set the port mapper port
|
int |
NFSConfigSection.setRpcAuthenticator(RpcAuthenticator auth)
Set the RPC authenticator to be used to authenticate access to the RPC based services (portmapper, mount
server and NFS server)
|
int |
NFSConfigSection.setRpcAuthenticator(String authClass,
org.springframework.extensions.config.ConfigElement params)
Set the RPC authenticator to be used to authenticate access to the RPC based services (portmapper, mount
server and NFS server)
|
int |
NFSConfigSection.setRPCRegistrationPort(int port)
Set the RPC registration port
|
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 |
---|---|
void |
CifsAuthenticator.initialize()
Initialize the authenticator, after properties have been set
|
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 |
---|---|
int |
ConfigurationListener.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Configuration variable changed
|
protected int |
ServerConfiguration.fireConfigurationChange(int id,
Object newVal)
Notify all registered configuration change listeners of a configuration change
|
protected int |
ConfigSection.fireConfigurationChange(int id,
Object newVal)
Notify all registered configuration change listeners of a configuration change
|
void |
ServerConfiguration.loadConfiguration(String location)
Load the configuration from the specified location.
|
int |
SecurityConfigSection.setAccessControlManager(AccessControlManager aclMgr)
Set the access control manager to be used to control per share access
|
int |
SecurityConfigSection.setAccessControlManager(String aclMgrClass,
org.springframework.extensions.config.ConfigElement params)
Set the access control manager to be used to control per share access
|
int |
SecurityConfigSection.setGlobalAccessControls(AccessControlList acls)
Set the global access control list
|
int |
SecurityConfigSection.setJCEProvider(String providerClass)
Set the JCE provider
|
void |
CoreServerConfigSection.setMemoryPool(int[] pktSizes,
int[] initAlloc,
int[] maxAlloc)
Set the memory pool packet sizes/allocations
|
int |
SecurityConfigSection.setShareMapper(ShareMapper shareMapper)
Set the share mapper
|
int |
SecurityConfigSection.setShareMapper(String mapperClass,
org.springframework.extensions.config.ConfigElement params)
Set the share mapper
|
void |
CoreServerConfigSection.setThreadPool(int initSize,
int maxSize)
Set the thread pool initial and maximum size
|
int |
GlobalConfigSection.setTimeZone(String name)
Set the server timezone name
|
int |
GlobalConfigSection.setTimeZoneOffset(int offset)
Set the timezone offset from UTC in seconds (+/-)
|
int |
SecurityConfigSection.setUserAccounts(UserAccountList users)
Set the user account list.
|
int |
SecurityConfigSection.setUsersInterface(String usersClass,
org.springframework.extensions.config.ConfigElement params)
Set the users interface to provide user account information
|
Modifier and Type | Method and Description |
---|---|
void |
ShareMapper.initializeMapper(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the share mapper
|
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
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcDBInterface.initializeDatabase(DBDeviceContext context,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
void |
DBInterface.initializeDatabase(DBDeviceContext context,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
Modifier and Type | Method and Description |
---|---|
void |
DerbyDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
Modifier and Type | Method and Description |
---|---|
void |
MySQLDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
Modifier and Type | Method and Description |
---|---|
void |
OracleDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
Modifier and Type | Method and Description |
---|---|
void |
PostgreSQLDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
Modifier and Type | Method and Description |
---|---|
int |
CIFSConfigSection.addAliasName(String alias)
Add a server alias name
|
int |
CIFSConfigSection.addAliasNames(StringList names)
Add server alias names
|
int |
SMBServer.configurationChanged(int id,
ServerConfiguration config,
Object newVal)
Validate configuration changes that are relevant to the SMB server
|
void |
CifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
void |
ThreadedCifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
int |
CIFSConfigSection.setAuthenticator(ICifsAuthenticator auth)
Set the authenticator to be used to authenticate users and share connections.
|
int |
CIFSConfigSection.setAuthenticator(String authClass,
org.springframework.extensions.config.ConfigElement params,
int accessMode,
boolean allowGuest)
Set the authenticator to be used to authenticate users and share connections.
|
int |
CIFSConfigSection.setBroadcastMask(String mask)
Set the broadcast mask to be used for broadcast datagrams.
|
int |
CIFSConfigSection.setComment(String comment)
Set the server comment.
|
int |
CIFSConfigSection.setDatagramPort(int port)
Set the name server datagram port
|
int |
CIFSConfigSection.setDisableNIOCode(boolean disableNIO)
Set the disable NIO code flag
|
int |
CIFSConfigSection.setDomainName(String domain)
Set the domain that the server is to belong to.
|
int |
CIFSConfigSection.setEnabledDialects(DialectSelector dialects)
Set the SMB dialects that the server may use when negotiating a session with a client.
|
int |
CIFSConfigSection.setHostAnnounceDebug(boolean ena)
Enable/disable host announcement debug output
|
int |
CIFSConfigSection.setHostAnnounceInterval(int ival)
Set the host announcement interval, in minutes
|
int |
CIFSConfigSection.setHostAnnouncer(boolean b)
Enable/disable the host announcer.
|
int |
CIFSConfigSection.setHostAnnouncerPort(int port)
Set the host announcer port
|
int |
CIFSConfigSection.setLoadBalancerList(List<String> loadBalancerList)
Sets the load balancer list.
|
int |
CIFSConfigSection.setMacintoshExtensions(boolean ena)
Enable/disbale Macintosh extension SMBs
|
int |
CIFSConfigSection.setMaximumVirtualCircuits(int maxVC)
Set the maximum virtual circuits per session
|
int |
CIFSConfigSection.setNameServerPort(int port)
Set the name server port to listen on.
|
int |
CIFSConfigSection.setNetBIOSBindAddress(InetAddress addr)
Set the local address that the NetBIOS name server should bind to.
|
int |
CIFSConfigSection.setNetBIOSDebug(boolean ena)
Enable/disable NetBIOS name server debug output
|
int |
CIFSConfigSection.setNetBIOSSMB(boolean ena)
Enable/disable the NetBIOS SMB support
|
int |
CIFSConfigSection.setPrimaryWINSServer(InetAddress addr)
Set the primary WINS server address
|
int |
CIFSConfigSection.setSecondaryWINSServer(InetAddress addr)
Set the secondary WINS server address
|
int |
CIFSConfigSection.setServerName(String name)
Set the server name.
|
int |
CIFSConfigSection.setServerType(int typ)
Set the server type flags.
|
int |
CIFSConfigSection.setSessionDebugFlags(int flags)
Set the debug flags to be used by the server.
|
int |
CIFSConfigSection.setSessionPort(int port)
Set the session port to listen on for incoming session requests.
|
int |
CIFSConfigSection.setSMBBindAddress(InetAddress addr)
Set the local address that the SMB server should bind to.
|
int |
CIFSConfigSection.setSocketTimeout(int tmo)
Set the client socket timeout, in milliseconds
|
int |
CIFSConfigSection.setTcpipSMB(boolean ena)
Enable/disable the TCP/IP SMB support
|
int |
CIFSConfigSection.setTcpipSMBPort(int port)
Set the TCP/IP SMB port
|
int |
CIFSConfigSection.setTerminalServerList(List<String> terminalServerList)
Sets the terminal server list.
|
int |
CIFSConfigSection.setWin32HostAnnounceInterval(int ival)
Set the Win32 NetBIOS host announcement interval, in minutes
|
int |
CIFSConfigSection.setWin32HostAnnouncer(boolean b)
Enable/disable the Win32 NetBIOS host announcer.
|
int |
CIFSConfigSection.setWin32LANA(int ival)
Set the Win32 LANA to be used by the Win32 NetBIOS interface
|
int |
CIFSConfigSection.setWin32NetBIOS(boolean ena)
Enable/disable the Win32 NetBIOS SMB support
|
int |
CIFSConfigSection.setWin32NetBIOSClientAccept(String name)
Set the Win32 NetBIOS accepted client name
|
int |
CIFSConfigSection.setWin32NetBIOSName(String name)
Set the Win32 NetBIOS file server name
|
int |
CIFSConfigSection.setWin32WinsockNetBIOS(boolean useWinsock)
Set the Win32 NetBIOS interface to use either Winsock NetBIOS or the Netbios() API calls
|
Modifier and Type | Method and Description |
---|---|
void |
NIOCifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncWinsockCifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.