org.gudy.azureus2.ui.swt.auth
Class AuthenticatorWindow.authCache
java.lang.Object
org.gudy.azureus2.ui.swt.auth.AuthenticatorWindow.authCache
- Enclosing class:
- AuthenticatorWindow
protected class AuthenticatorWindow.authCache
- extends java.lang.Object
Method Summary |
protected java.net.PasswordAuthentication |
getAuth()
|
protected java.lang.String |
getKey()
|
protected boolean |
isPersistent()
|
protected void |
setOutcome(boolean success)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatorWindow.authCache
protected AuthenticatorWindow.authCache(java.lang.String _key,
java.net.PasswordAuthentication _auth,
boolean _persist)
getKey
protected java.lang.String getKey()
isPersistent
protected boolean isPersistent()
setOutcome
protected void setOutcome(boolean success)
getAuth
protected java.net.PasswordAuthentication getAuth()