Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/sun/net/www/protocol/http/ntlm/NTLMAuthentication_static.fz


# Fuzion interface to static members of Java class 'sun.net.www.protocol.http.ntlm.NTLMAuthentication'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static is

  # call Java static method 'public static boolean sun.net.www.protocol.http.ntlm.NTLMAuthentication.isTrustedSite(java.net.URL)':
  #
  public isTrustedSite_Ljava_7_net_7_URL_s_(arg0 Java.java.net.URL) bool =>
    fuzion.java.call_static (bool) "sun.net.www.protocol.http.ntlm.NTLMAuthentication" "isTrustedSite" "(Ljava/net/URL;)Z" [(Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.isTrustedSite_Ljava_7_net_7_URL_s_.this.arg0)]

  # call Java static method 'public static boolean sun.net.www.protocol.http.ntlm.NTLMAuthentication.supportsTransparentAuth()':
  #
  public supportsTransparentAuth bool =>
    fuzion.java.call_static (bool) "sun.net.www.protocol.http.ntlm.NTLMAuthentication" "supportsTransparentAuth" "()Z" []

  # short-hand to call Java method 'public static boolean sun.net.www.protocol.http.ntlm.NTLMAuthentication.isTrustedSite(java.net.URL)':
  #
  public isTrustedSite(arg0 Java.java.net.URL) (bool) =>
    isTrustedSite_Ljava_7_net_7_URL_s_ Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.isTrustedSite.this.arg0

  # call Java constructor 'public sun.net.www.protocol.http.ntlm.NTLMAuthentication(boolean,java.net.URL,java.net.PasswordAuthentication)':
  #
  public new_ZLjava_7_net_7_URL_s_Ljava_7_net_7_PasswordAuthentication_s_(arg0 bool, arg1 Java.java.net.URL, arg2 Java.java.net.PasswordAuthentication) Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication =>
    fuzion.java.call_constructor (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication) "sun.net.www.protocol.http.ntlm.NTLMAuthentication" "(ZLjava/net/URL;Ljava/net/PasswordAuthentication;)V" [(fuzion.java.bool_to_java_object Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_net_7_URL_s_Ljava_7_net_7_PasswordAuthentication_s_.this.arg0); (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_net_7_URL_s_Ljava_7_net_7_PasswordAuthentication_s_.this.arg1); (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_net_7_URL_s_Ljava_7_net_7_PasswordAuthentication_s_.this.arg2)]

  # call Java constructor 'public sun.net.www.protocol.http.ntlm.NTLMAuthentication(boolean,java.lang.String,int,java.net.PasswordAuthentication)':
  #
  public new_ZLjava_7_lang_7_String_s_ILjava_7_net_7_PasswordAuthentication_s_(arg0 bool, arg1 String, arg2 i32, arg3 Java.java.net.PasswordAuthentication) Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication =>
    fuzion.java.call_constructor (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication) "sun.net.www.protocol.http.ntlm.NTLMAuthentication" "(ZLjava/lang/String;ILjava/net/PasswordAuthentication;)V" [(fuzion.java.bool_to_java_object Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_lang_7_String_s_ILjava_7_net_7_PasswordAuthentication_s_.this.arg0); (fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_lang_7_String_s_ILjava_7_net_7_PasswordAuthentication_s_.this.arg1); (fuzion.java.i32_to_java_object Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_lang_7_String_s_ILjava_7_net_7_PasswordAuthentication_s_.this.arg2); (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new_ZLjava_7_lang_7_String_s_ILjava_7_net_7_PasswordAuthentication_s_.this.arg3)]

  # short-hand to call Java constructor 'public sun.net.www.protocol.http.ntlm.NTLMAuthentication(boolean,java.net.URL,java.net.PasswordAuthentication)':
  #
  public new(arg0 bool, arg1 Java.java.net.URL, arg2 Java.java.net.PasswordAuthentication) (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication) =>
    new_ZLjava_7_net_7_URL_s_Ljava_7_net_7_PasswordAuthentication_s_ Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg0 Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg1 Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg2

  # short-hand to call Java constructor 'public sun.net.www.protocol.http.ntlm.NTLMAuthentication(boolean,java.lang.String,int,java.net.PasswordAuthentication)':
  #
  public new(arg0 bool, arg1 String, arg2 i32, arg3 Java.java.net.PasswordAuthentication) (Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication) =>
    new_ZLjava_7_lang_7_String_s_ILjava_7_net_7_PasswordAuthentication_s_ Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg0 Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg1 Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg2 Java.sun.net.www.protocol.http.ntlm.NTLMAuthentication_static.new.this.arg3