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

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

Fields in net.jini.jeri.kerberos declared as KerberosServerEndpoint.ListenCookieImpl
(package private)  KerberosServerEndpoint.ListenCookieImpl KerberosServerEndpoint.ListenHandleImpl.listenCookie
          ListenCookie of the listen operation
 

Methods in net.jini.jeri.kerberos that return KerberosServerEndpoint.ListenCookieImpl
private  KerberosServerEndpoint.ListenCookieImpl KerberosServerEndpoint.checkListenCookie(Object cookie)
          Make sure that the passed in listen cookie has the right type, and has an equivalent ListenEndpoint to this KerberosServerEndpoint's listenEndpoint.
 



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