|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |