Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.base
Class AuthFactory.SystemAuthToken

java.lang.Object
  extended by com.jivesoftware.base.AuthFactory.SystemAuthToken
All Implemented Interfaces:
AuthToken
Enclosing class:
AuthFactory

public static class AuthFactory.SystemAuthToken
extends java.lang.Object
implements AuthToken


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
 

Method Detail

getUserID

public long getUserID()
Description copied from interface: AuthToken
Returns the userID associated with this AuthToken.

Specified by:
getUserID in interface AuthToken
Returns:
the userID associated with this AuthToken.

isAnonymous

public boolean isAnonymous()
Description copied from interface: AuthToken
Returns true if this AuthToken is the anonymous auth token.

Specified by:
isAnonymous in interface AuthToken
Returns:
true if this token is the anonymous AuthToken.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.