Uses of Class
net.jini.jeri.kerberos.KerberosEndpoint

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

Methods in net.jini.jeri.kerberos that return KerberosEndpoint
(package private)  KerberosEndpoint KerberosEndpoint.RequestHandleImpl.getEndpoint()
          Get the enclosing endpoint instance
(package private)  KerberosEndpoint KerberosEndpoint.ConnectionImpl.getEndpoint()
          Get the enclosing endpoint instance
static KerberosEndpoint KerberosEndpoint.getInstance(String serverHost, int serverPort, KerberosPrincipal serverPrincipal)
          Returns a KerberosEndpoint instance for the given server host name, TCP port number, and server principal.
static KerberosEndpoint KerberosEndpoint.getInstance(String serverHost, int serverPort, KerberosPrincipal serverPrincipal, SocketFactory csf)
          Returns a KerberosEndpoint instance for the given server host name, TCP port number, server principal, and SocketFactory.
private static KerberosEndpoint KerberosEndpoint.intern(KerberosEndpoint endpoint)
          Returns canonical instance equivalent to given instance.
 

Methods in net.jini.jeri.kerberos with parameters of type KerberosEndpoint
private  void KerberosEndpoint.checkEndpoint(KerberosEndpoint ep)
          Make sure that the passed in endpoint instance equals the enclosing endpoint instance.
private static KerberosEndpoint KerberosEndpoint.intern(KerberosEndpoint endpoint)
          Returns canonical instance equivalent to given instance.
 



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