|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FtpConfigException | |
---|---|
net.sf.hermesftp.common | Contains utility classes, interfaces or abstract classed used throughout the application. |
net.sf.hermesftp.console | Contains interfaces and classes associated with the web based administration console. |
net.sf.hermesftp.server.impl | Contains the concrete FTP server implementations and related classes. |
net.sf.hermesftp.usermanager | Provides for the basic interface implemented by user managers. |
net.sf.hermesftp.usermanager.impl | Implements a concrete user manager that is based on xml configuration files. |
net.sf.hermesftp.usermanager.model | Provides for the internal data model of the user manager configuration. |
net.sf.hermesftp.utils | Contains utility classes used throughout the project. |
Uses of FtpConfigException in net.sf.hermesftp.common |
---|
Methods in net.sf.hermesftp.common that throw FtpConfigException | |
---|---|
javax.net.ssl.SSLContext |
FtpServerOptions.getSslContext()
Returns the SSL context to be used for creating SSL sockets. |
Uses of FtpConfigException in net.sf.hermesftp.console |
---|
Methods in net.sf.hermesftp.console that throw FtpConfigException | |
---|---|
protected void |
ConsoleServerImpl.configureRealm(org.mortbay.jetty.security.UserRealm realm)
Configures the security realm. |
protected void |
ConsoleServerImpl.configureSecurity(org.mortbay.jetty.servlet.Context ctx)
Configures the Console security. |
Uses of FtpConfigException in net.sf.hermesftp.server.impl |
---|
Methods in net.sf.hermesftp.server.impl that throw FtpConfigException | |
---|---|
javax.net.ssl.SSLContext |
FtpServerOptionsImpl.getSslContext()
Returns the SSL context to be used for creating SSL sockets. |
Uses of FtpConfigException in net.sf.hermesftp.usermanager |
---|
Methods in net.sf.hermesftp.usermanager that throw FtpConfigException | |
---|---|
boolean |
UserManager.authenticate(java.lang.String user,
java.lang.String password,
FtpSessionContext ctx)
Validates the passed user credentials. |
GroupDataList |
UserManager.getGroupDataList(java.lang.String username)
Returns object representations of all groups the passed user belongs to. |
UserData |
UserManager.getUserData(java.lang.String username)
Returns object representations of all registered users. |
java.util.List<UserData> |
UserManager.getUserDataList()
Returns object representations of all registered users. |
boolean |
UserManager.isLoaded()
Checks if the configuration is loaded. |
void |
UserManager.load()
(Re)loads the configuration. |
Uses of FtpConfigException in net.sf.hermesftp.usermanager.impl |
---|
Methods in net.sf.hermesftp.usermanager.impl that throw FtpConfigException | |
---|---|
boolean |
XmlFileUserManager.authenticate(java.lang.String user,
java.lang.String password,
FtpSessionContext ctx)
Validates the passed user credentials. |
GroupDataList |
XmlFileUserManager.getGroupDataList(java.lang.String username)
Returns object representations of all groups the passed user belongs to. |
UserData |
XmlFileUserManager.getUserData(java.lang.String username)
Returns object representations of all registered users. |
java.util.List<UserData> |
XmlFileUserManager.getUserDataList()
Returns object representations of all registered users. |
boolean |
XmlFileUserManager.isLoaded()
Checks if the configuration is loaded. |
void |
XmlFileUserManager.load()
(Re)loads the configuration. |
UserManagerData |
XmlFileReader.read()
Reads the user management data from a file. |
Uses of FtpConfigException in net.sf.hermesftp.usermanager.model |
---|
Methods in net.sf.hermesftp.usermanager.model that throw FtpConfigException | |
---|---|
int |
GroupDataList.getPermission(java.lang.String path,
java.lang.String username,
java.lang.String ftproot)
The permission on a given path. |
int |
GroupData.getPermission(java.lang.String path,
java.lang.String ftproot,
java.lang.String user)
Returns the group permission on the passed path. |
boolean |
PermissionData.matches(java.lang.String checkPath,
java.lang.String ftproot,
java.lang.String username)
Fills the placeholders in the path template and checks if the passed path matches the template. |
Uses of FtpConfigException in net.sf.hermesftp.utils |
---|
Methods in net.sf.hermesftp.utils that throw FtpConfigException | |
---|---|
static javax.net.ssl.SSLContext |
SecurityUtil.createSslContext(java.lang.String keyStoreFile,
char[] keyStorePassword)
Create the security context required for SSL communication. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |