Class AuthenticatorWindow

    • Field Detail

      • auth_cache

        protected java.util.Map auth_cache
    • Constructor Detail

      • AuthenticatorWindow

        public AuthenticatorWindow()
    • Method Detail

      • saveAuthCache

        protected void saveAuthCache()
      • getAuthentication

        public java.net.PasswordAuthentication getAuthentication​(java.lang.String realm,
                                                                 java.net.URL tracker)
        Specified by:
        getAuthentication in interface SEPasswordListener
      • setAuthenticationOutcome

        public void setAuthenticationOutcome​(java.lang.String realm,
                                             java.lang.String protocol,
                                             java.lang.String host,
                                             int port,
                                             boolean success)
      • getAuthentication

        public java.net.PasswordAuthentication getAuthentication​(java.lang.String realm,
                                                                 java.lang.String protocol,
                                                                 java.lang.String host,
                                                                 int port)
      • getAuthenticationDialog

        protected java.lang.String[] getAuthenticationDialog​(java.lang.String realm,
                                                             java.lang.String location)