JXTA

net.jxta.impl.discovery
Class DiscoveryServiceImpl.CurrentCredential

java.lang.Object
  extended by net.jxta.impl.discovery.DiscoveryServiceImpl.CurrentCredential
Enclosing class:
DiscoveryServiceImpl

static final class DiscoveryServiceImpl.CurrentCredential
extends Object

Encapsulates current Membership Service credential.


Field Summary
(package private)  Credential credential
          The current default credential
(package private)  XMLDocument credentialDoc
          The current default credential in serialized XML form.
 
Constructor Summary
DiscoveryServiceImpl.CurrentCredential(Credential credential, XMLDocument credentialDoc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

credential

final Credential credential
The current default credential


credentialDoc

final XMLDocument credentialDoc
The current default credential in serialized XML form.

Constructor Detail

DiscoveryServiceImpl.CurrentCredential

DiscoveryServiceImpl.CurrentCredential(Credential credential,
                                       XMLDocument credentialDoc)

JXSE