net.jini.jeri.kerberos
Class KerberosServerEndpoint.ConnectionHandler
java.lang.Object
net.jini.jeri.kerberos.KerberosServerEndpoint.ConnectionHandler
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- KerberosServerEndpoint
private final class KerberosServerEndpoint.ConnectionHandler
- extends Object
- implements Runnable
A class responsible for establishing a GSS context for the
corresponding connection, and supply the connection to this
endpoint's ServerConnManager
for asynchronous
processing of incoming secure remote calls.
connection
private final KerberosServerEndpoint.ServerConnectionImpl connection
- Server connection handled by this handler
dispatcher
private final RequestDispatcher dispatcher
- Request dispatcher for the connection
securityContext
private final SecurityContext securityContext
- The security context at listen time
KerberosServerEndpoint.ConnectionHandler
KerberosServerEndpoint.ConnectionHandler(KerberosServerEndpoint.ServerConnectionImpl connection,
RequestDispatcher dispatcher,
SecurityContext securityContext)
run
public void run()
- Specified by:
run
in interface Runnable
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.