JXTA

Uses of Class
net.jxta.credential.AuthenticationCredential

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

Uses of AuthenticationCredential in net.jxta.membership
 

Methods in net.jxta.membership that return AuthenticationCredential
 AuthenticationCredential Authenticator.getAuthenticationCredential()
          Return the Authentication Credential associated with this authenticator, if any.
 

Methods in net.jxta.membership that return types with arguments of type AuthenticationCredential
 Enumeration<AuthenticationCredential> MembershipService.getAuthCredentials()
          Deprecated. This interface is being removed in favour of individual Credentials providing their AuthenticationCredential as appropriate.
 

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


JXSE