org.tinyradius.test
Class TestClient

java.lang.Object
  extended by org.tinyradius.test.TestClient

public class TestClient
extends java.lang.Object

Simple Radius command-line client.


Constructor Summary
TestClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Radius command line client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClient

public TestClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Radius command line client.
Usage: TestClient hostName sharedSecret userName password

Parameters:
args - arguments
Throws:
java.lang.Exception