Uses of Package
net.jini.security

Packages that use net.jini.security
net.jini.constraint Provides a basic implementation of MethodConstraints and a TrustVerifier for common constraints.  
net.jini.io.context Provides type definitions for elements commonly found in the context collections available from ServerContext and ObjectStreamContext
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI).  
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.  
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints.  
net.jini.security Provides mechanisms and abstractions for managing security, especially in the presence of dynamically downloaded code.  
net.jini.security.policy Provides an interface for security policy providers capable of dynamic permission grants, an interface for security manager or policy providers that use custom security context state, and a security policy provider supporting dynamic permission grants.  
net.jini.security.proxytrust Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies.  
net.jini.url.file Provides support for FILE URLs.  
net.jini.url.httpmd Provides support for the HTTPMD URL protocol.  
net.jini.url.https Provides support for HTTPS URLs.  
 

Classes in net.jini.security used by net.jini.constraint
TrustVerifier
          Defines the interface for trust verifiers used by Security.verifyObjectTrust, allowing the objects that are trusted to be extended.
TrustVerifier.Context
          Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
 

Classes in net.jini.security used by net.jini.io.context
AccessPermission
          Represents permission to call a method.
 

Classes in net.jini.security used by net.jini.jeri
TrustVerifier
          Defines the interface for trust verifiers used by Security.verifyObjectTrust, allowing the objects that are trusted to be extended.
TrustVerifier.Context
          Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
 

Classes in net.jini.security used by net.jini.jeri.kerberos
TrustVerifier
          Defines the interface for trust verifiers used by Security.verifyObjectTrust, allowing the objects that are trusted to be extended.
TrustVerifier.Context
          Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
 

Classes in net.jini.security used by net.jini.jeri.ssl
TrustVerifier
          Defines the interface for trust verifiers used by Security.verifyObjectTrust, allowing the objects that are trusted to be extended.
TrustVerifier.Context
          Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
 

Classes in net.jini.security used by net.jini.security
ProxyPreparer
          Performs operations on a newly unmarshalled remote proxy to prepare it for use.
SecurityContext
          Interface implemented by objects representing security contexts, returned from the getContext method of the Security class, which in turn may obtain them from a security manager or policy provider implementing the SecurityContextSource interface.
TrustVerifier.Context
          Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
 

Classes in net.jini.security used by net.jini.security.policy
SecurityContext
          Interface implemented by objects representing security contexts, returned from the getContext method of the Security class, which in turn may obtain them from a security manager or policy provider implementing the SecurityContextSource interface.
 

Classes in net.jini.security used by net.jini.security.proxytrust
SecurityContext
          Interface implemented by objects representing security contexts, returned from the getContext method of the Security class, which in turn may obtain them from a security manager or policy provider implementing the SecurityContextSource interface.
TrustVerifier
          Defines the interface for trust verifiers used by Security.verifyObjectTrust, allowing the objects that are trusted to be extended.
TrustVerifier.Context
          Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
 

Classes in net.jini.security used by net.jini.url.file
IntegrityVerifier
          Defines the interface for integrity verifiers used by Security.verifyCodebaseIntegrity, allowing the URLs that provide content integrity to be extended.
 

Classes in net.jini.security used by net.jini.url.httpmd
IntegrityVerifier
          Defines the interface for integrity verifiers used by Security.verifyCodebaseIntegrity, allowing the URLs that provide content integrity to be extended.
 

Classes in net.jini.security used by net.jini.url.https
IntegrityVerifier
          Defines the interface for integrity verifiers used by Security.verifyCodebaseIntegrity, allowing the URLs that provide content integrity to be extended.
 



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