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
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.
 



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