|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.ftpserver.usermanager.AbstractUserManager
public abstract class AbstractUserManager
Abstract user manager class.
Field Summary | |
---|---|
protected org.apache.avalon.framework.configuration.Configuration |
mConfig
|
protected String |
mstAdminName
|
Fields inherited from interface org.apache.ftpserver.usermanager.UserManagerInterface |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractUserManager()
|
Method Summary | |
---|---|
void |
configure(org.apache.avalon.framework.configuration.Configuration config)
Configure user manager - third step. |
void |
contextualize(org.apache.avalon.framework.context.Context context)
Set context object - first step. |
void |
dispose()
Close user manager - dummy implementation. |
String |
getAdminName()
Get admin name |
String |
getBaseDirectory()
Get the basedir. |
org.apache.avalon.framework.configuration.Configuration |
getConfig()
Get config object. |
void |
initialize()
Initialize - fourth step. |
void |
reload()
Reload user data - dummy implementation. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ftpserver.usermanager.UserManagerInterface |
---|
authenticate, delete, doesExist, getAllUserNames, getUserByName, save |
Field Detail |
---|
protected org.apache.avalon.framework.configuration.Configuration mConfig
protected String mstAdminName
Constructor Detail |
---|
public AbstractUserManager()
Method Detail |
---|
public void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException
contextualize
in interface org.apache.avalon.framework.context.Contextualizable
org.apache.avalon.framework.context.ContextException
public void configure(org.apache.avalon.framework.configuration.Configuration config) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
org.apache.avalon.framework.configuration.ConfigurationException
public org.apache.avalon.framework.configuration.Configuration getConfig()
public String getBaseDirectory()
public void initialize() throws Exception
initialize
in interface org.apache.avalon.framework.activity.Initializable
Exception
public void reload() throws Exception
reload
in interface UserManagerInterface
Exception
public String getAdminName()
getAdminName
in interface UserManagerInterface
public void dispose()
dispose
in interface org.apache.avalon.framework.activity.Disposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |