Jaas.policyManagement
Class ConnectionToJaas

java.lang.Object
  extended by Jaas.policyManagement.ConnectionToJaas
All Implemented Interfaces:
java.lang.Runnable

public class ConnectionToJaas
extends java.lang.Object
implements java.lang.Runnable

class ConnectionToJaas - this thread manages a single connection between the KAoSProxyToJaas and any JAAS application


Constructor Summary
ConnectionToJaas(java.net.Socket sock)
           
ConnectionToJaas(java.net.Socket sock, Guard guard, KAoSServiceRoot sr)
           
 
Method Summary
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionToJaas

public ConnectionToJaas(java.net.Socket sock,
                        Guard guard,
                        KAoSServiceRoot sr)

ConnectionToJaas

public ConnectionToJaas(java.net.Socket sock)
Method Detail

run

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

shutdown

public void shutdown()