Interface Grant.Builder

    • Method Detail

      • grantee

        Grant.Builder grantee​(Grantee grantee)

        The person being granted permissions.

        Parameters:
        grantee - The person being granted permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permission

        Grant.Builder permission​(String permission)

        Specifies the permission given to the grantee.

        Parameters:
        permission - Specifies the permission given to the grantee.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Permission, Permission
      • permission

        Grant.Builder permission​(Permission permission)

        Specifies the permission given to the grantee.

        Parameters:
        permission - Specifies the permission given to the grantee.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Permission, Permission