Package com.biglybt.pif.utils.security
Interface PasswordListener
-
public interface PasswordListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.PasswordAuthentication
getAuthentication(java.lang.String realm, java.net.URL target)
void
setAuthenticationOutcome(java.lang.String realm, java.net.URL target, boolean success)
-