Uses of Interface
com.biglybt.core.security.SEPasswordListener
-
-
Uses of SEPasswordListener in com.biglybt.core.download
Classes in com.biglybt.core.download that implement SEPasswordListener Modifier and Type Class Description class
DiskManagerFileInfoURL
-
Uses of SEPasswordListener in com.biglybt.core.security
Methods in com.biglybt.core.security with parameters of type SEPasswordListener Modifier and Type Method Description static void
SESecurityManager. addPasswordListener(SEPasswordListener l)
static void
SESecurityManager. removePasswordListener(SEPasswordListener l)
static void
SESecurityManager. setPasswordHandler(java.net.URL url, SEPasswordListener l)
static void
SESecurityManager. setThreadPasswordHandler(SEPasswordListener l)
-
Uses of SEPasswordListener in com.biglybt.core.security.impl
Methods in com.biglybt.core.security.impl with parameters of type SEPasswordListener Modifier and Type Method Description void
SESecurityManagerImpl. addPasswordListener(SEPasswordListener l)
void
SESecurityManagerImpl. removePasswordListener(SEPasswordListener l)
void
SESecurityManagerImpl. setPasswordHandler(java.net.URL url, SEPasswordListener l)
void
SESecurityManagerImpl. setThreadPasswordHandler(SEPasswordListener l)
-
Uses of SEPasswordListener in com.biglybt.pifimpl.local.utils.resourcedownloader
Classes in com.biglybt.pifimpl.local.utils.resourcedownloader that implement SEPasswordListener Modifier and Type Class Description class
ResourceDownloaderURLImpl
-
Uses of SEPasswordListener in com.biglybt.pifimpl.local.utils.resourceuploader
Classes in com.biglybt.pifimpl.local.utils.resourceuploader that implement SEPasswordListener Modifier and Type Class Description class
ResourceUploaderURLImpl
-
Uses of SEPasswordListener in com.biglybt.plugin.extseed.util
Classes in com.biglybt.plugin.extseed.util that implement SEPasswordListener Modifier and Type Class Description protected class
ExternalSeedHTTPDownloaderLinear.Downloader
class
ExternalSeedHTTPDownloaderRange
-
Uses of SEPasswordListener in com.biglybt.ui.swt.auth
Classes in com.biglybt.ui.swt.auth that implement SEPasswordListener Modifier and Type Class Description class
AuthenticatorWindow
-