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

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

Methods in net.jini.jeri.kerberos that return KerberosServerEndpoint
static KerberosServerEndpoint KerberosServerEndpoint.getInstance(int port)
          Returns a KerberosServerEndpoint instance with the specified port, using the default server subject, server principal, and server host.
static KerberosServerEndpoint KerberosServerEndpoint.getInstance(String serverHost, int port)
          Returns a KerberosServerEndpoint instance with the specified server host and port, using the default server subject and server principal.
static KerberosServerEndpoint KerberosServerEndpoint.getInstance(String serverHost, int port, SocketFactory csf, ServerSocketFactory ssf)
          Returns a KerberosServerEndpoint instance with the specified server host, port, and socket factories, using the default server subject and server principal.
static KerberosServerEndpoint KerberosServerEndpoint.getInstance(Subject serverSubject, KerberosPrincipal serverPrincipal, String serverHost, int port)
          Returns a KerberosServerEndpoint instance with the specified server subject, server principal, server host, and port.
static KerberosServerEndpoint KerberosServerEndpoint.getInstance(Subject serverSubject, KerberosPrincipal serverPrincipal, String serverHost, int port, SocketFactory csf, ServerSocketFactory ssf)
          Returns a KerberosServerEndpoint instance with the specified server subject, server principal, server host, port, and socket factories.
 



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