Class AuthNTLM

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public final class AuthNTLM extends Auth

HTTP-based NTLM authentication.

Sessions do not support this type by default; if you want to enable support for it, call Session.addFeatureByType(Type), passing SOUP_TYPE_AUTH_NTLM.

  • Constructor Details

    • AuthNTLM

      public AuthNTLM(MemorySegment address)
      Create a AuthNTLM instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • AuthNTLM

      public AuthNTLM()
      Create a new AuthNTLM.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the AuthNTLM class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected AuthNTLM asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class Auth
      Returns:
      the instance as if it were its parent type
    • builder

      public static AuthNTLM.Builder<? extends AuthNTLM.Builder> builder()
      A AuthNTLM.Builder object constructs a AuthNTLM with the specified properties. Use the various set...() methods to set properties, and finish construction with AuthNTLM.Builder.build().
      Returns:
      the builder object