On Tue, Feb 3, 2009 at 5:09 PM, Dan <[email protected]> wrote: > The javadoc for RC1 doesn't include > org.apache.ftpserver.usermanager.impl.ConcurrentLoginPermission
Correct, it is part of our internal API and thus not part of the published Javadoc. This is a known issue that some of the user handling classes are not part of the public API (for stability reasons). This will hopefully be addressed in a future release. For now, this only affects those writing their own user managers, which need to use some of our internal classes. > Either way, I assume I can just use new ConcurrentLoginPermission(1, 1) to > make sure a user is logged in only once and can't use up all my connections? Right. /niklas
