public class CIFSConfigBean extends Object
Constructor and Description |
---|
CIFSConfigBean(String terminalServerList,
String loadBalancerList) |
Modifier and Type | Method and Description |
---|---|
List<String> |
convertToIpAddressList(String addressist)
Convert string of addresses to the address list.
|
org.alfresco.jlan.server.auth.ICifsAuthenticator |
getAuthenticator()
Gets the authenticator.
|
String |
getBindToAdapter()
Gets the bind to adapter.
|
String |
getBindToAddress()
Gets the bind to address.
|
String |
getBroadcastAddress()
Gets the broadcast address.
|
boolean |
getDisableNativeCode()
Checks if is disable native code.
|
boolean |
getDisableNIO()
Checks if is disable nio.
|
String |
getDomainName()
Gets the domain name.
|
Integer |
getHostAccounceInterval()
Gets the host accounce interval.
|
boolean |
getHostAccouncerEnabled()
Checks if is host accouncer enabled.
|
List<String> |
getLoadBalancerList()
Gets the load balancer list address.
|
int |
getMaximumVirtualCircuits()
Return the maxmimum virtual circuits per session
|
NetBIOSSMBConfigBean |
getNetBIOSSMB()
Gets the net biossmb.
|
String |
getServerComment()
Gets the server comment.
|
boolean |
getServerEnabled()
Checks if is server enabled.
|
String |
getServerName()
Gets the server name.
|
String |
getSessionDebugFlags()
Gets the session debug flags.
|
Integer |
getSessionTimeout()
Gets the session timeout.
|
TcpipSMBConfigBean |
getTcpipSMB()
Gets the tcpip smb.
|
List<String> |
getTerminalServerList()
Gets the terminal server list address.
|
Integer |
getWin32HostAnnounceInterval()
Gets the win32 host announce interval.
|
boolean |
getWin32HostAnnouncerEnabled()
Checks if is win32 host announcer enabled.
|
Win32NetBIOSConfigBean |
getWin32NetBIOS()
Gets the win32 net bios.
|
WINSConfigBean |
getWINSConfig()
Gets the wINS config.
|
void |
setAuthenticator(org.alfresco.jlan.server.auth.ICifsAuthenticator authenticator)
Sets the authenticator.
|
void |
setBindToAdapter(String bindToAdapter)
Sets the bind to adapter.
|
void |
setBindToAddress(String bindToAddress)
Sets the bind to address.
|
void |
setBroadcastAddress(String broadcastAddress)
Sets the broadcast address.
|
void |
setDisableNativeCode(boolean disableNativeCode)
Sets the disable native code.
|
void |
setDisableNIO(boolean disableNIO)
Sets the disable nio.
|
void |
setDomainName(String domainName)
Sets the domain name.
|
void |
setHostAccounceInterval(Integer hostAccounceInterval)
Sets the host accounce interval.
|
void |
setHostAccouncerEnabled(boolean hostAccouncerEnabled)
Sets the host accouncer enabled.
|
void |
setMaximumVirtualCircuits(int maxVC)
Set the maximum virtual circuits per session
|
void |
setNetBIOSSMB(NetBIOSSMBConfigBean netBIOSSMB)
Sets the net biossmb.
|
void |
setServerComment(String serverComment)
Sets the server comment.
|
void |
setServerEnabled(boolean serverEnabled)
Sets the server enabled.
|
void |
setServerName(String serverName)
Sets the server name.
|
void |
setSessionDebugFlags(String sessionDebugFlags)
Sets the session debug flags.
|
void |
setSessionTimeout(Integer sessionTimeout)
Sets the session timeout.
|
void |
setTcpipSMB(TcpipSMBConfigBean tcpipSMB)
Sets the tcpip smb.
|
void |
setWin32HostAnnounceInterval(Integer win32HostAnnounceInterval)
Sets the win32 host announce interval.
|
void |
setWin32HostAnnouncerEnabled(boolean win32HostAnnouncerEnabled)
Sets the win32 host announcer enabled.
|
void |
setWin32NetBIOS(Win32NetBIOSConfigBean win32NetBIOS)
Sets the win32 net bios.
|
void |
setWINSConfig(WINSConfigBean config)
Sets the wINS config.
|
void |
validateSessionTimeout(Integer sessionTimeout)
Validates the session timeout.
|
public List<String> convertToIpAddressList(String addressist)
addressist
- public List<String> getTerminalServerList()
public List<String> getLoadBalancerList()
public boolean getServerEnabled()
public void setServerEnabled(boolean serverEnabled)
serverEnabled
- the new server enabledpublic boolean getDisableNativeCode()
public void setDisableNativeCode(boolean disableNativeCode)
disableNativeCode
- the new disable native codepublic String getBroadcastAddress()
public void setBroadcastAddress(String broadcastAddress)
broadcastAddress
- the new broadcast addresspublic String getServerName()
public void setServerName(String serverName)
serverName
- the new server namepublic String getDomainName()
public void setDomainName(String domainName)
domainName
- the new domain namepublic String getServerComment()
public void setServerComment(String serverComment)
serverComment
- the new server commentpublic String getBindToAdapter()
public void setBindToAdapter(String bindToAdapter)
bindToAdapter
- the new bind to adapterpublic String getBindToAddress()
public void setBindToAddress(String bindToAddress)
bindToAddress
- the new bind to addresspublic org.alfresco.jlan.server.auth.ICifsAuthenticator getAuthenticator()
public void setAuthenticator(org.alfresco.jlan.server.auth.ICifsAuthenticator authenticator)
authenticator
- the new authenticatorpublic boolean getHostAccouncerEnabled()
public void setHostAccouncerEnabled(boolean hostAccouncerEnabled)
hostAccouncerEnabled
- the new host accouncer enabledpublic Integer getHostAccounceInterval()
public void setHostAccounceInterval(Integer hostAccounceInterval)
hostAccounceInterval
- the new host accounce intervalpublic NetBIOSSMBConfigBean getNetBIOSSMB()
public void setNetBIOSSMB(NetBIOSSMBConfigBean netBIOSSMB)
netBIOSSMB
- the new net biossmbpublic TcpipSMBConfigBean getTcpipSMB()
public int getMaximumVirtualCircuits()
public void setTcpipSMB(TcpipSMBConfigBean tcpipSMB)
tcpipSMB
- the new tcpip smbpublic Win32NetBIOSConfigBean getWin32NetBIOS()
public void setWin32NetBIOS(Win32NetBIOSConfigBean win32NetBIOS)
win32NetBIOS
- the new win32 net biospublic boolean getWin32HostAnnouncerEnabled()
public void setWin32HostAnnouncerEnabled(boolean win32HostAnnouncerEnabled)
win32HostAnnouncerEnabled
- the new win32 host announcer enabledpublic Integer getWin32HostAnnounceInterval()
public void setWin32HostAnnounceInterval(Integer win32HostAnnounceInterval)
win32HostAnnounceInterval
- the new win32 host announce intervalpublic WINSConfigBean getWINSConfig()
public void setWINSConfig(WINSConfigBean config)
config
- the new wINS configpublic String getSessionDebugFlags()
public void setSessionDebugFlags(String sessionDebugFlags)
sessionDebugFlags
- the new session debug flagspublic boolean getDisableNIO()
public void setDisableNIO(boolean disableNIO)
disableNIO
- the new disable niopublic Integer getSessionTimeout()
public void setSessionTimeout(Integer sessionTimeout)
sessionTimeout
- the new session timeoutpublic void validateSessionTimeout(Integer sessionTimeout)
sessionTimeout
- the session timeout to validatepublic void setMaximumVirtualCircuits(int maxVC)
maxVC
- intCopyright © 2005–2017 Alfresco Software. All rights reserved.