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

Java/java/security/IdentityScope_static.fz


# Fuzion interface to static members of Java class 'java.security.IdentityScope'
#
# !!!!!!  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.java.security.IdentityScope_static is

  # call Java static method 'public static java.security.IdentityScope java.security.IdentityScope.getSystemScope()':
  #
  public getSystemScope Java.java.security.IdentityScope =>
    fuzion.java.call_static (Java.java.security.IdentityScope) "java.security.IdentityScope" "getSystemScope" "()Ljava/security/IdentityScope;" []

  # call Java constructor 'public java.security.IdentityScope(java.lang.String)':
  #
  public new_Ljava_7_lang_7_String_s_(arg0 String) Java.java.security.IdentityScope =>
    fuzion.java.call_constructor (Java.java.security.IdentityScope) "java.security.IdentityScope" "(Ljava/lang/String;)V" [(fuzion.java.string_to_java_object Java.java.security.IdentityScope_static.new_Ljava_7_lang_7_String_s_.this.arg0)]

  # call Java constructor 'public java.security.IdentityScope(java.lang.String,java.security.IdentityScope) throws java.security.KeyManagementException':
  #
  public new_Ljava_7_lang_7_String_s_Ljava_7_security_7_IdentityScope_s_(arg0 String, arg1 Java.java.security.IdentityScope) outcome (Java.java.security.IdentityScope) =>
    fuzion.java.call_constructor (outcome (Java.java.security.IdentityScope)) "java.security.IdentityScope" "(Ljava/lang/String;Ljava/security/IdentityScope;)V" [(fuzion.java.string_to_java_object Java.java.security.IdentityScope_static.new_Ljava_7_lang_7_String_s_Ljava_7_security_7_IdentityScope_s_.this.arg0); (Java.java.security.IdentityScope_static.new_Ljava_7_lang_7_String_s_Ljava_7_security_7_IdentityScope_s_.this.arg1)]

  # short-hand to call Java constructor 'public java.security.IdentityScope(java.lang.String)':
  #
  public new(arg0 String) (Java.java.security.IdentityScope) =>
    new_Ljava_7_lang_7_String_s_ Java.java.security.IdentityScope_static.new.this.arg0

  # short-hand to call Java constructor 'public java.security.IdentityScope(java.lang.String,java.security.IdentityScope) throws java.security.KeyManagementException':
  #
  public new(arg0 String, arg1 Java.java.security.IdentityScope) (outcome (Java.java.security.IdentityScope)) =>
    new_Ljava_7_lang_7_String_s_Ljava_7_security_7_IdentityScope_s_ Java.java.security.IdentityScope_static.new.this.arg0 Java.java.security.IdentityScope_static.new.this.arg1