JXTA

Package net.jxta.impl.membership.passwd

The passwd membership service provides a Membership Service implementation which is based on a password scheme similar to the POSIX /etc/passwd system.

See:
          Description

Class Summary
PasswdMembershipService The passwd membership service provides a Membership Service implementation which is based on a password scheme similar to the unix /etc/passwd system.
PasswdMembershipService.PasswdAuthenticator Creates an authenticator for the passwd membership service.
PasswdMembershipService.PasswdCredential This class provides the sub-class of Credential which is associated with the password membership service.
PasswdMembershipServiceBeanInfo Our beaninfo
 

Package net.jxta.impl.membership.passwd Description

The passwd membership service provides a Membership Service implementation which is based on a password scheme similar to the POSIX /etc/passwd system.

This implementation is intended as an example of a simple Membership Service and NOT as a practical secure Membership Service.

See Also:
net.jxta.membership

JXSE