Package com.biglybt.ui.swt.auth
Class AuthenticatorWindow
java.lang.Object
com.biglybt.ui.swt.auth.AuthenticatorWindow
- All Implemented Interfaces:
SEPasswordListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
protected static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAuthentication
(String realm, String protocol, String host, int port) getAuthentication
(String realm, URL tracker) protected String[]
getAuthenticationDialog
(String realm, String location) protected void
void
setAuthenticationOutcome
(String realm, String protocol, String host, int port, boolean success) void
setAuthenticationOutcome
(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:
clearPasswords
in interfaceSEPasswordListener
-
getAuthentication
- Specified by:
getAuthentication
in interfaceSEPasswordListener
-
setAuthenticationOutcome
- Specified by:
setAuthenticationOutcome
in interfaceSEPasswordListener
-
setAuthenticationOutcome
-
getAuthentication
public PasswordAuthentication getAuthentication(String realm, String protocol, String host, int port) -
getAuthenticationDialog
-