Class AuthenticatorWindow
java.lang.Object
com.biglybt.ui.swt.auth.AuthenticatorWindow
- All Implemented Interfaces:
SEPasswordListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAuthentication(String realm, String protocol, String host, int port) getAuthentication(String realm, URL tracker) protected String[]getAuthenticationDialog(String realm, String location) protected voidvoidsetAuthenticationOutcome(String realm, String protocol, String host, int port, boolean success) voidsetAuthenticationOutcome(String realm, URL tracker, boolean success)
-
Field Details
-
CONFIG_PARAM
- See Also:
-
auth_cache
-
this_mon
-
-
Constructor Details
-
AuthenticatorWindow
public AuthenticatorWindow()
-
-
Method Details
-
saveAuthCache
protected void saveAuthCache() -
clearPasswords
public void clearPasswords()- Specified by:
clearPasswordsin interfaceSEPasswordListener
-
getAuthentication
- Specified by:
getAuthenticationin interfaceSEPasswordListener
-
setAuthenticationOutcome
- Specified by:
setAuthenticationOutcomein interfaceSEPasswordListener
-
setAuthenticationOutcome
-
getAuthentication
public PasswordAuthentication getAuthentication(String realm, String protocol, String host, int port) -
getAuthenticationDialog
-