kerberos.tests
Class TestClientConsole

java.lang.Object
  extended bykerberos.tests.TestClientConsole

public class TestClientConsole
extends java.lang.Object

Author:
elvers_s To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
TestClientConsole(java.lang.String username, java.lang.String passwort, java.lang.String kdc_host)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClientConsole

public TestClientConsole(java.lang.String username,
                         java.lang.String passwort,
                         java.lang.String kdc_host)
                  throws PasswortFalschException,
                         java.io.IOException,
                         KerberosException
Method Detail

run

public void run()
         throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)