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. |
Class and Description |
---|
KerberosEndpoint
An
Endpoint implementation that uses Kerberos as the
underlying network security protocol to support security related
invocation constraints its caller specified for the corresponding
remote request. |
KerberosEndpoint.ConnectionEndpointImpl
ConnectionEndpoint implementation class for this end point
|
KerberosEndpoint.ConnectionImpl
Implementation class of the client side connection abstraction
|
KerberosEndpoint.RequestHandleImpl
OutboundRequestHandle implementation |
KerberosServerEndpoint
A
ServerEndpoint implementation that uses Kerberos as the
underlying network security protocol to support security related
invocation constraints for remote requests. |
KerberosServerEndpoint.ListenCookieImpl |
KerberosServerEndpoint.ListenEndpointImpl |
KerberosServerEndpoint.ListenHandleImpl
A runnable class which creates a server socket and listens for
client connections.
|
KerberosServerEndpoint.ServerConnectionImpl
Implementation class of the server side connection abstraction
|
KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl |
KerberosUtil.Config
An instances of this class records one configuration possibly
satisfiable by this provider.
|
KerberosUtil.Connection
Connection class serves as the parent of connection classes
defined in both client and server end point classes.
|
KerberosUtil.SoftCache
A synchronized hash map that only maintains soft reference to
its value objects.
|
KerberosUtil.SoftCache.LRUHashMap
A linked hash map that implements LRU replacement policy
|
KerberosUtil.SoftCache.ValueCell
An instance of this class maintains a reference to a key,
and a soft reference to the value the key maps to.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.