|
|||||||||||
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
Abstract user manager class.
Field Summary | |
protected org.apache.avalon.framework.configuration.Configuration |
mConfig
|
protected java.lang.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. |
java.lang.String |
getAdminName()
Get admin name |
java.lang.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 java.lang.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 java.lang.String getBaseDirectory()
public void initialize() throws java.lang.Exception
initialize
in interface org.apache.avalon.framework.activity.Initializable
java.lang.Exception
public void reload() throws java.lang.Exception
reload
in interface UserManagerInterface
java.lang.Exception
public java.lang.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 |