org.gudy.azureus2.ui.swt.auth
Class AuthenticatorWindow.authCache

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.auth.AuthenticatorWindow.authCache
Enclosing class:
AuthenticatorWindow

protected class AuthenticatorWindow.authCache
extends java.lang.Object


Constructor Summary
protected AuthenticatorWindow.authCache(java.lang.String _key, java.net.PasswordAuthentication _auth, boolean _persist)
           
 
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
 

Constructor Detail

AuthenticatorWindow.authCache

protected AuthenticatorWindow.authCache(java.lang.String _key,
                                        java.net.PasswordAuthentication _auth,
                                        boolean _persist)
Method Detail

getKey

protected java.lang.String getKey()

isPersistent

protected boolean isPersistent()

setOutcome

protected void setOutcome(boolean success)

getAuth

protected java.net.PasswordAuthentication getAuth()