org.gudy.azureus2.plugins.utils.security
Interface PasswordListener


public interface PasswordListener


Method Summary
 PasswordAuthentication getAuthentication(String realm, URL target)
           
 void setAuthenticationOutcome(String realm, URL target, boolean success)
           
 

Method Detail

getAuthentication

PasswordAuthentication getAuthentication(String realm,
                                         URL target)

setAuthenticationOutcome

void setAuthenticationOutcome(String realm,
                              URL target,
                              boolean success)