Interface PosixUser.Builder

    • Method Detail

      • uid

        PosixUser.Builder uid​(Long uid)

        The POSIX user ID used for all file system operations using this access point.

        Parameters:
        uid - The POSIX user ID used for all file system operations using this access point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gid

        PosixUser.Builder gid​(Long gid)

        The POSIX group ID used for all file system operations using this access point.

        Parameters:
        gid - The POSIX group ID used for all file system operations using this access point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secondaryGids

        PosixUser.Builder secondaryGids​(Collection<Long> secondaryGids)

        Secondary POSIX group IDs used for all file system operations using this access point.

        Parameters:
        secondaryGids - Secondary POSIX group IDs used for all file system operations using this access point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secondaryGids

        PosixUser.Builder secondaryGids​(Long... secondaryGids)

        Secondary POSIX group IDs used for all file system operations using this access point.

        Parameters:
        secondaryGids - Secondary POSIX group IDs used for all file system operations using this access point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.