org.jgroups.auth
Class DemoToken.Entry

java.lang.Object
  extended by org.jgroups.auth.DemoToken.Entry
Enclosing class:
DemoToken

protected static class DemoToken.Entry
extends java.lang.Object


Field Summary
protected  byte[] challenge
           
protected  long hash
           
protected  java.util.concurrent.CountDownLatch latch
           
 
Constructor Summary
DemoToken.Entry(byte[] challenge)
           
 
Method Summary
 void setResponse(long hash)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latch

protected final java.util.concurrent.CountDownLatch latch

challenge

protected final byte[] challenge

hash

protected long hash
Constructor Detail

DemoToken.Entry

public DemoToken.Entry(byte[] challenge)
Method Detail

setResponse

public void setResponse(long hash)


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.