|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.usermanager.impl.ConcurrentLoginRequest
public class ConcurrentLoginRequest
Internal class, do not use directly. Class representing a request to log in a number of concurrent times
Constructor Summary | |
---|---|
ConcurrentLoginRequest(int concurrentLogins,
int concurrentLoginsFromThisIP)
|
Method Summary | |
---|---|
int |
getConcurrentLogins()
The number of concurrent logins requested |
int |
getConcurrentLoginsFromThisIP()
The number of concurrent logins from this IP requested |
int |
getMaxConcurrentLogins()
The maximum allowed concurrent logins for this user, or 0 if no limit is set. |
int |
getMaxConcurrentLoginsPerIP()
The maximum allowed concurrent logins per IP for this user, or 0 if no limit is set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConcurrentLoginRequest(int concurrentLogins, int concurrentLoginsFromThisIP)
concurrentLogins
- concurrentLoginsFromThisIP
- Method Detail |
---|
public int getConcurrentLogins()
public int getConcurrentLoginsFromThisIP()
public int getMaxConcurrentLogins()
ConcurrentLoginPermission
public int getMaxConcurrentLoginsPerIP()
ConcurrentLoginPermission
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |