org.apache.accumulo.test.randomwalk.security
Class Authenticate

java.lang.Object
  extended by org.apache.accumulo.test.randomwalk.Node
      extended by org.apache.accumulo.test.randomwalk.Test
          extended by org.apache.accumulo.test.randomwalk.security.Authenticate

public class Authenticate
extends Test


Field Summary
 
Fields inherited from class org.apache.accumulo.test.randomwalk.Node
log
 
Constructor Summary
Authenticate()
           
 
Method Summary
static void authenticate(String principal, AuthenticationToken token, State state, Properties props)
           
 void visit(State state, Properties props)
          Visits node
 
Methods inherited from class org.apache.accumulo.test.randomwalk.Test
toString
 
Methods inherited from class org.apache.accumulo.test.randomwalk.Node
equals, hashCode, lastProgress, makingProgress
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Authenticate

public Authenticate()
Method Detail

visit

public void visit(State state,
                  Properties props)
           throws Exception
Description copied from class: Node
Visits node

Specified by:
visit in class Node
Parameters:
state - Random walk state passed between nodes
Throws:
Exception

authenticate

public static void authenticate(String principal,
                                AuthenticationToken token,
                                State state,
                                Properties props)
                         throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.