|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.database.DbAuthToken
public final class DbAuthToken
Database implementation of the AuthToken interface.
Constructor Summary | |
---|---|
protected |
DbAuthToken(long userID)
Constucts a new DbAuthToken with the specified userID. |
Method Summary | |
---|---|
long |
getUserID()
Returns the userID associated with this AuthToken. |
boolean |
isAnonymous()
Returns true if this AuthToken is the Anonymous auth token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DbAuthToken(long userID)
userID
- the userID to create an authToken token with.Method Detail |
---|
public long getUserID()
AuthToken
getUserID
in interface AuthToken
public boolean isAnonymous()
AuthToken
isAnonymous
in interface AuthToken
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |