|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.osoco.cowarp.impl.LoginInfo
This class keeps track of the number of applications a user is logged into using the same security handler.
Field Summary | |
protected int |
counter
|
protected User |
user
|
Constructor Summary | |
LoginInfo(User user)
|
Method Summary | |
void |
decUsageCounter()
|
User |
getUser()
|
void |
incUsageCounter()
|
boolean |
isUsed()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int counter
protected final User user
Constructor Detail |
public LoginInfo(User user)
Method Detail |
public void incUsageCounter()
public void decUsageCounter()
public boolean isUsed()
public User getUser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |