You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2011/01/02 09:04:35 UTC

svn commit: r1054361 - /incubator/river/jtsk/skunk/modules/providers/

Author: peter_firmstone
Date: Sun Jan  2 08:04:34 2011
New Revision: 1054361

URL: http://svn.apache.org/viewvc?rev=1054361&view=rev
Log:
Service Provider Implementations, not to be confused with Jini Services,
for more information see:

com.sun.jini.resource.Service
sun.misc.Service (used by RMIClassLoader)

These are:

    * RMIClassLoader provider:
          o PreferredClassProvider 
    * TrustVerifier providers:
          o ConstraintTrustVerifier
          o BasicJeriTrustVerifier
          o SslTrustVerifier
          o KerberosTrustVerifier
          o ProxyTrustVerifier
          o ConstrainableLookupLocatorTrustVerifier
          o DiscoveryConstraintTrustVerifier 
    * IntegrityVerifier providers:
          o HttpmdIntegrityVerifier
          o HttpsIntegrityVerifier
          o FileIntegrityVerifier 
    * ServerContext providers:
          o JrmpServerContext 
    * DiscoveryFormatProviders for the following discovery formats:
          o net.jini.discovery.plaintext
          o net.jini.discovery.ssl
          o net.jini.discovery.kerberos
          o net.jini.discovery.x500.SHA1withDSA
          o net.jini.discovery.x500.SHA1withRSA 


Added:
    incubator/river/jtsk/skunk/modules/providers/