Class IvyAuthenticator

java.lang.Object
java.net.Authenticator
org.apache.ivy.util.url.IvyAuthenticator

public final class IvyAuthenticator extends Authenticator
  • Method Details

    • install

      public static void install()
      Installs an IvyAuthenticator as default Authenticator. Call this method before opening HTTP(S) connections to enable Ivy authentication.
    • getPasswordAuthentication

      protected PasswordAuthentication getPasswordAuthentication()
      Overrides:
      getPasswordAuthentication in class Authenticator