Package com.biglybt.core.security
Interface SEPasswordListener
-
- All Known Implementing Classes:
AuthenticatorWindow
,DiskManagerFileInfoURL
,ExternalSeedHTTPDownloaderLinear.Downloader
,ExternalSeedHTTPDownloaderRange
,ResourceDownloaderURLImpl
,ResourceUploaderURLImpl
public interface SEPasswordListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearPasswords()
java.net.PasswordAuthentication
getAuthentication(java.lang.String realm, java.net.URL tracker)
void
setAuthenticationOutcome(java.lang.String realm, java.net.URL tracker, boolean success)
-