Interface PasswordListener


  • public interface PasswordListener
    • Method Detail

      • getAuthentication

        java.net.PasswordAuthentication getAuthentication​(java.lang.String realm,
                                                          java.net.URL target)
      • setAuthenticationOutcome

        void setAuthenticationOutcome​(java.lang.String realm,
                                      java.net.URL target,
                                      boolean success)