Class AuthenticatorWindow.authCache
java.lang.Object
com.biglybt.ui.swt.auth.AuthenticatorWindow.authCache
- Enclosing class:
AuthenticatorWindow
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedauthCache(String _key, PasswordAuthentication _auth, boolean _persist) -
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordAuthenticationgetAuth()protected StringgetKey()protected booleanprotected voidsetOutcome(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
-