Uses of Class
net.jini.jeri.ssl.ClientAuthManager

Packages that use ClientAuthManager
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of ClientAuthManager in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as ClientAuthManager
private  ClientAuthManager SslConnection.authManager
          The authentication manager.
 

Methods in net.jini.jeri.ssl with parameters of type ClientAuthManager
(package private) static void Utilities.releaseClientSSLContextInfo(CallContext callContext, SSLContext sslContext, ClientAuthManager authManager)
          Returns the client's SSLContext and ClientAuthManager to the SSLContextMap for use by another connection.
 



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