Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 © 2016–2018. All rights reserved.