|
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.ldap.LdapAuthToken
public class LdapAuthToken
LDAP AuthToken token implementation.
Constructor Summary | |
---|---|
protected |
LdapAuthToken(long userID)
Constucts a new LdapAuthToken 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 LdapAuthToken(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 |