Interface SMBLocalGroups.Builder

  • Method Details

    • gatewayAdmins

      SMBLocalGroups.Builder gatewayAdmins(Collection<String> gatewayAdmins)

      A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

      Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

      Parameters:
      gatewayAdmins - A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

      Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayAdmins

      SMBLocalGroups.Builder gatewayAdmins(String... gatewayAdmins)

      A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

      Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

      Parameters:
      gatewayAdmins - A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

      Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

      Returns:
      Returns a reference to this object so that method calls can be chained together.