Package com.biglybt.ui.swt.auth
Class AuthenticatorWindow.authCache
java.lang.Object
com.biglybt.ui.swt.auth.AuthenticatorWindow.authCache
- Enclosing class:
AuthenticatorWindow
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
authCache
(String _key, PasswordAuthentication _auth, boolean _persist) -
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordAuthentication
getAuth()
protected String
getKey()
protected boolean
protected void
setOutcome
(boolean success)
-
Field Details
-
key
-
auth
-
persist
private boolean persist -
life
private int life -
succeeded
private boolean succeeded
-
-
Constructor Details
-
authCache
-
-
Method Details
-
getKey
-
isPersistent
protected boolean isPersistent() -
setOutcome
protected void setOutcome(boolean success) -
getAuth
-