public class FTPConfigBean
extends java.lang.Object
| Constructor and Description |
|---|
FTPConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowAnonymous()
Checks if is allow anonymous.
|
java.lang.String |
getAnonymousAccount()
Gets the anonymous account.
|
org.alfresco.jlan.ftp.FTPAuthenticator |
getAuthenticator()
Gets the authenticator.
|
java.lang.String |
getBindTo()
Gets the bind to.
|
java.lang.String |
getCharSet()
Gets the char set.
|
int |
getDataPortFrom()
Return the data port range from port
|
int |
getDataPortTo()
Return the data port to range port
|
java.lang.String |
getDebugFlags()
Gets the debug flags.
|
java.lang.String |
getKeyStorePath()
Return the key store path
|
java.lang.String |
getPassphrase()
Return the passphrase for the key store/trust store
|
java.lang.Integer |
getPort()
Gets the port.
|
java.lang.String |
getRootDirectory()
Gets the root directory.
|
boolean |
getServerEnabled()
Checks if is server enabled.
|
java.lang.String |
getTrustStorePath()
Return the trust store path
|
boolean |
hasRequireSecureSession()
Determine if only secure sessions will be allowed to logon
|
boolean |
hasSslEngineDebug()
Check if SSLEngine debug output should be enabled
|
void |
setAllowAnonymous(boolean allowAnonymous)
Sets the allow anonymous.
|
void |
setAnonymousAccount(java.lang.String anonymousAccount)
Sets the anonymous account.
|
void |
setAuthenticator(org.alfresco.jlan.ftp.FTPAuthenticator authenticator)
Sets the authenticator.
|
void |
setBindTo(java.lang.String bindTo)
Sets the bind to.
|
void |
setCharSet(java.lang.String charSet)
Sets the char set.
|
void |
setDataPortFrom(int fromPort)
Set the data port range from port
|
void |
setDataPortTo(int toPort)
Set the data port range to port
|
void |
setDebugFlags(java.lang.String debugFlags)
Sets the debug flags.
|
void |
setKeyStorePath(java.lang.String path)
Set the key store path
|
void |
setPassphrase(java.lang.String phrase)
Set the passphrase
|
void |
setPort(java.lang.Integer port)
Sets the port.
|
void |
setRequireSecureSession(boolean reqSec)
Set/clear the require secure sessions flag
|
void |
setRootDirectory(java.lang.String rootDirectory)
Sets the root directory.
|
void |
setServerEnabled(boolean serverEnabled)
Sets the server enabled.
|
void |
setSslEngineDebug(boolean sslDebug)
Enable SSLEngine class debug output
|
void |
setTrustStorePath(java.lang.String path)
Set the trust store path
|
public boolean getServerEnabled()
public void setServerEnabled(boolean serverEnabled)
serverEnabled - the new server enabledpublic java.lang.String getBindTo()
public void setBindTo(java.lang.String bindTo)
bindTo - the new bind topublic java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
port - the new portpublic boolean getAllowAnonymous()
public void setAllowAnonymous(boolean allowAnonymous)
allowAnonymous - the new allow anonymouspublic java.lang.String getAnonymousAccount()
public void setAnonymousAccount(java.lang.String anonymousAccount)
anonymousAccount - the new anonymous accountpublic java.lang.String getRootDirectory()
public void setRootDirectory(java.lang.String rootDirectory)
rootDirectory - the new root directorypublic java.lang.String getDebugFlags()
public void setDebugFlags(java.lang.String debugFlags)
debugFlags - the new debug flagspublic java.lang.String getCharSet()
public void setCharSet(java.lang.String charSet)
charSet - the new char setpublic org.alfresco.jlan.ftp.FTPAuthenticator getAuthenticator()
public void setAuthenticator(org.alfresco.jlan.ftp.FTPAuthenticator authenticator)
authenticator - the new authenticatorpublic int getDataPortFrom()
public void setDataPortFrom(int fromPort)
fromPort - intpublic int getDataPortTo()
public void setDataPortTo(int toPort)
toPort - intpublic final java.lang.String getKeyStorePath()
public final java.lang.String getTrustStorePath()
public final java.lang.String getPassphrase()
public final boolean hasRequireSecureSession()
public final void setRequireSecureSession(boolean reqSec)
reqSec - booleanpublic final void setKeyStorePath(java.lang.String path)
path - Stringpublic final void setTrustStorePath(java.lang.String path)
path - Stringpublic final void setPassphrase(java.lang.String phrase)
phrase - Stringpublic final boolean hasSslEngineDebug()
public final void setSslEngineDebug(boolean sslDebug)
sslDebug - booleanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.