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

Packages that use AuthManager
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 AuthManager in net.jini.jeri.ssl
 

Subclasses of AuthManager in net.jini.jeri.ssl
(package private)  class ClientAuthManager
          An AuthManager for clients.
(package private)  class ServerAuthManager
          An AuthManager for servers.
 

Fields in net.jini.jeri.ssl declared as AuthManager
(package private)  AuthManager Utilities.SSLContextInfo.authManager
           
(package private)  AuthManager Utilities.Value.authManager
           
 

Constructors in net.jini.jeri.ssl with parameters of type AuthManager
Utilities.SSLContextInfo(SSLContext sslContext, AuthManager authManager)
           
Utilities.Value(Utilities.ServerKey key, SSLContext sslContext, AuthManager authManager)
          Creates a value for the associated key containing the specified SSL context and auth manager.
 



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