com.atlassian.crowd.acceptance.tests.concurrent
Class TokenStorageSwitchTest.AuthenticateThread

java.lang.Object
  extended by com.atlassian.crowd.acceptance.tests.concurrent.TokenStorageSwitchTest.AuthenticateThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TokenStorageSwitchTest

public class TokenStorageSwitchTest.AuthenticateThread
extends java.lang.Object
implements java.lang.Runnable

A worker thread that keeps checking a token's validity while the switch is going on. There will be many of these.


Constructor Summary
TokenStorageSwitchTest.AuthenticateThread(int userNumber)
           
 
Method Summary
protected  void assertTokenIsValid(java.lang.String token)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenStorageSwitchTest.AuthenticateThread

public TokenStorageSwitchTest.AuthenticateThread(int userNumber)
Method Detail

assertTokenIsValid

protected void assertTokenIsValid(java.lang.String token)

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2011 Atlassian. All Rights Reserved.