Hi Helcio,
Good to see your interest in River. The class files are definitely
there, I've given you a link to Jan Newmarch's online book, hopefully
this will help you figure it out. The problem might have something to
do with your policy or configuration.
http://jan.newmarch.name/java/jini/tutorial/AdvancedSecurity.html
The client needs to have a list of local verifiers that it trusts just
because they are local. A standard set is given in the Jini library
jsk-platform.jar file. This jar file contains the following verifiers:
1.
ConstraintTrustVerifier
2.
BasicJeriTrustVerifier
3.
SslTrustVerifier
4.
KerberosTrustVerifier
5.
ProxyTrustVerifier
6.
ConstrainableLookupLocatorTrustVerifier
7.
DiscoveryConstraintTrustVerifier
Cheers,
Peter.