Rice Pastry API

Uses of Class
org.mpisws.p2p.transport.peerreview.commitment.Authenticator

Packages that use Authenticator
org.mpisws.p2p.transport.peerreview.commitment   
 

Uses of Authenticator in org.mpisws.p2p.transport.peerreview.commitment
 

Methods in org.mpisws.p2p.transport.peerreview.commitment that return Authenticator
 Authenticator AuthenticatorSerializer.deserialize(InputBuffer buf)
           
 Authenticator AuthenticatorSerializerImpl.deserialize(InputBuffer buf)
           
 Authenticator AuthenticatorStore.getLastAuthenticatorBefore(Identifier id, long seq)
           
 Authenticator AuthenticatorStoreImpl.getLastAuthenticatorBefore(Identifier id, long seq)
           
 Authenticator AuthenticatorStore.getMostRecentAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStoreImpl.getMostRecentAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStore.getOldestAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStoreImpl.getOldestAuthenticator(Identifier id)
           
 

Methods in org.mpisws.p2p.transport.peerreview.commitment that return types with arguments of type Authenticator
protected  java.util.SortedSet<Authenticator> AuthenticatorStoreImpl.findSubject(Identifier id)
           
 java.util.List<Authenticator> AuthenticatorStore.getAuthenticators(Identifier id, long minseq, long maxseq)
          Retrieve all the authenticators within a given range of sequence numbers
 java.util.List<Authenticator> AuthenticatorStoreImpl.getAuthenticators(Identifier id, long minseq, long maxseq)
           
 

Methods in org.mpisws.p2p.transport.peerreview.commitment with parameters of type Authenticator
 void AuthenticatorStore.addAuthenticator(Identifier id, Authenticator authenticator)
          Also writes it to disk.
 void AuthenticatorStoreImpl.addAuthenticator(Identifier id, Authenticator authenticator)
           
protected  void AuthenticatorStoreImpl.addAuthenticatorToMemory(Identifier id, Authenticator authenticator)
          Add a new authenticator.
 int Authenticator.compareTo(Authenticator that)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.