com.atlassian.crowd.integration.jive
Class CrowdAuthToken

java.lang.Object
  extended by com.atlassian.crowd.integration.jive.CrowdAuthToken

public class CrowdAuthToken
extends Object


Constructor Summary
protected CrowdAuthToken(long userID)
          Constucts a new LdapAuthToken with the specified userID.
 
Method Summary
 long getUserID()
           
 boolean isAnonymous()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdAuthToken

protected CrowdAuthToken(long userID)
Constucts a new LdapAuthToken with the specified userID.

Parameters:
userID - the userID to create an authToken token with.
Method Detail

getUserID

public long getUserID()

isAnonymous

public boolean isAnonymous()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.