org.gudy.azureus2.core3.security
Interface SEPasswordListener

All Known Implementing Classes:
AuthenticatorWindow, DiskManagerFileInfoURL, ExternalSeedHTTPDownloaderLinear.Downloader, ExternalSeedHTTPDownloaderRange, ResourceDownloaderURLImpl, ResourceUploaderURLImpl

public interface SEPasswordListener


Method Summary
 void clearPasswords()
           
 PasswordAuthentication getAuthentication(String realm, URL tracker)
           
 void setAuthenticationOutcome(String realm, URL tracker, boolean success)
           
 

Method Detail

getAuthentication

PasswordAuthentication getAuthentication(String realm,
                                         URL tracker)

setAuthenticationOutcome

void setAuthenticationOutcome(String realm,
                              URL tracker,
                              boolean success)

clearPasswords

void clearPasswords()