JXTA

Package net.jxta.impl.membership.none

A Membership Service implementation which is intended to be used with peer groups which require no real authentication.

See:
          Description

Class Summary
NoneMembershipService A Membership Service implementation which is intended to be used with peer groups which require no real authentication.
NoneMembershipService.NoneAuthenticator Authenticator Class for the None Membership Service.
NoneMembershipServiceBeanInfo Our beaninfo
 

Package net.jxta.impl.membership.none Description

A Membership Service implementation which is intended to be used with peer groups which require no real authentication.

The none service allows you to claim any identity within the peergroup, but for peergroups which use this Membership Service method, it is likely that the identity is used only for informational purposes.

A default credential with the name "nobody" is automatically available without requiring authentication by this service.


JXSE