JXTA

Uses of Interface
net.jxta.membership.Authenticator

Packages that use Authenticator
net.jxta.membership The Membership Service allows a peer to establish an identity within a peer group. 
 

Uses of Authenticator in net.jxta.membership
 

Subinterfaces of Authenticator in net.jxta.membership
 interface InteractiveAuthenticator
          Extension to standard Authenticator for authenticators which support interactive authentication with a human user.
 

Methods in net.jxta.membership that return Authenticator
 Authenticator MembershipService.apply(AuthenticationCredential application)
          Request the necessary credentials to join the group with which this service is associated.
 

Methods in net.jxta.membership with parameters of type Authenticator
 Credential MembershipService.join(Authenticator authenticated)
          Join the group by virtue of the completed authentication provided.
 


JXSE