Uses of Class
net.jini.jeri.kerberos.KerberosServerEndpoint.ServerConnectionImpl

Packages that use KerberosServerEndpoint.ServerConnectionImpl
net.jini.jeri.kerberos Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying network security protocol to support security related invocation constraints for remote requests. 
 

Uses of KerberosServerEndpoint.ServerConnectionImpl in net.jini.jeri.kerberos
 

Fields in net.jini.jeri.kerberos declared as KerberosServerEndpoint.ServerConnectionImpl
private  KerberosServerEndpoint.ServerConnectionImpl KerberosServerEndpoint.ConnectionHandler.connection
          Server connection handled by this handler
 

Methods in net.jini.jeri.kerberos with parameters of type KerberosServerEndpoint.ServerConnectionImpl
(package private)  void KerberosServerEndpoint.ListenHandleImpl.remove(KerberosServerEndpoint.ServerConnectionImpl connection)
          Remove a server connection from the connection list of this listen operation.
 

Constructors in net.jini.jeri.kerberos with parameters of type KerberosServerEndpoint.ServerConnectionImpl
KerberosServerEndpoint.ConnectionHandler(KerberosServerEndpoint.ServerConnectionImpl connection, RequestDispatcher dispatcher, SecurityContext securityContext)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.