Uses of Class
net.jini.jeri.kerberos.KerberosUtil.Config

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

Fields in net.jini.jeri.kerberos declared as KerberosUtil.Config
(package private)  KerberosUtil.Config KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl.config
           
private  KerberosUtil.Config[] KerberosEndpoint.RequestHandleImpl.configs
          Set of configurations that can satisfy the given set of constraints using principals in the current subject.
 

Methods in net.jini.jeri.kerberos that return KerberosUtil.Config
(package private)  KerberosUtil.Config KerberosUtil.ConfigIter.next()
           
 

Methods in net.jini.jeri.kerberos with parameters of type KerberosUtil.Config
(package private) static boolean KerberosUtil.isSatisfiable(KerberosUtil.Config config, InvocationConstraint c)
          Test whether the specified configuration is satisfiable by the given constraint.
(package private)  boolean KerberosEndpoint.ConnectionImpl.satisfies(KerberosUtil.Config config)
          Check whether this connection can satisfy the requirements specified by the given configuration.
(package private)  boolean KerberosEndpoint.ConnectionImpl.switchTo(KerberosUtil.Config config)
          Switch an idle connection to satisfy the given configuration.
 

Constructors in net.jini.jeri.kerberos with parameters of type KerberosUtil.Config
KerberosEndpoint.ConnectionImpl(Socket sock, KerberosUtil.Config config)
          Establish a connection to server.
 



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