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

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

Fields in net.jini.jeri.ssl declared as ServerAuthManager
private  ServerAuthManager SslServerEndpointImpl.authManager
          The authentication manager for the SSLContext for this endpoint -- set by sslInit.
 

Methods in net.jini.jeri.ssl that return ServerAuthManager
(package private)  ServerAuthManager SslServerEndpointImpl.getAuthManager()
          Returns the ServerAuthManager, calling sslInit if needed.
 



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