Package com.biglybt.ui.swt.auth
Class AuthenticatorWindow.authCache
- java.lang.Object
-
- com.biglybt.ui.swt.auth.AuthenticatorWindow.authCache
-
- Enclosing class:
- AuthenticatorWindow
protected class AuthenticatorWindow.authCache extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
authCache(java.lang.String _key, java.net.PasswordAuthentication _auth, boolean _persist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.PasswordAuthentication
getAuth()
protected java.lang.String
getKey()
protected boolean
isPersistent()
protected void
setOutcome(boolean success)
-