Uses of Class
net.jini.jeri.kerberos.KerberosUtil.Connection

Packages that use KerberosUtil.Connection
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 KerberosUtil.Connection in net.jini.jeri.kerberos
 

Subclasses of KerberosUtil.Connection in net.jini.jeri.kerberos
private  class KerberosEndpoint.ConnectionImpl
          Implementation class of the client side connection abstraction
private  class KerberosServerEndpoint.ServerConnectionImpl
          Implementation class of the server side connection abstraction
 

Fields in net.jini.jeri.kerberos declared as KerberosUtil.Connection
private  KerberosUtil.Connection KerberosUtil.ConnectionInputStream.connection
           
private  KerberosUtil.Connection KerberosUtil.ConnectionOutputStream.connection
           
 

Constructors in net.jini.jeri.kerberos with parameters of type KerberosUtil.Connection
KerberosUtil.ConnectionInputStream(KerberosUtil.Connection connection)
          Construct the input stream
KerberosUtil.ConnectionOutputStream(KerberosUtil.Connection connection)
          Construct an instance of ConnectionOutputStream
 



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